PDavid commented on code in PR #7507:
URL: https://github.com/apache/hbase/pull/7507#discussion_r2588004922
##########
pom.xml:
##########
@@ -3275,6 +3277,7 @@
<exclude>**/target/**</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/.idea/**</exclude>
+ <exclude>**/node_modules/**</exclude>
Review Comment:
We can also have the exclude more specifically for
`hbase-website/node_modules`, I just thought a node_modules directory -
anywhere it is - should not be checked by spotless.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]