Copilot commented on code in PR #416:
URL: https://github.com/apache/commons-jexl/pull/416#discussion_r4005864509
##########
pom.xml:
##########
@@ -228,7 +228,7 @@
<configuration>
<configLocation>${basedir}/src/main/config/checkstyle.xml</configLocation>
<suppressionsLocation>${basedir}/src/main/config/checkstyle-suppressions.xml</suppressionsLocation>
- <excludes>org/apache/commons/jexl3/parser/*.java</excludes>
+
<excludes>org/apache/commons/jexl3/parser/*.java,org/apache/commons/jexl3/CursorTest.java,org/apache/commons/jexl3/SmoothSort.java</excludes>
Review Comment:
These path-specific exclusions are unrelated to record support and silently
disable Checkstyle for any future `CursorTest.java` or `SmoothSort.java` under
the test package. Together with the new `.gitignore` entries, this accommodates
local scratch files by weakening repository-wide validation; please remove
these entries from both plugin blocks and `.gitignore` instead.
--
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]