PDavid commented on code in PR #7507:
URL: https://github.com/apache/hbase/pull/7507#discussion_r2588002147


##########
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 have the new `hbase-website` submodule for the new website. Since this 
project uses Node.js as a build tool   a `node_modules` directory is created 
and the dependencies (Node.js / npm packages) of the new website are downloaded 
and placed. 
   
   The spotless check failed because of formatting violations in files under 
`hbase-website/node_modules`. Since this contains libraries, I guess we don't 
want to check them for formatting.



-- 
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]

Reply via email to