mbien commented on code in PR #150:
URL:
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/150#discussion_r1497726354
##########
pom.xml:
##########
@@ -150,7 +150,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<configuration>
-
<configLocation>config/maven_checks.xml</configLocation>
+ <configLocation>google_checks.xml</configLocation>
<headerLocation>config/maven-header.txt</headerLocation>
</configuration>
<dependencies>
Review Comment:
question: what happens if someone breaks the rules? will the build fail?
(please don't do that ;))
##########
.git-blame-ignore-revs:
##########
@@ -19,3 +19,6 @@
#
ee3ecabf930faebc2e8c8c455c1a03dd591303d7
+
+## Reformat src and test to Apache NetBeans default ALT-SHIFT-F
+364b5432961e566c4f9b9eadbae566c0ed93db96
Review Comment:
the commit hash will probably change on merge
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists