Claudenw commented on code in PR #433: URL: https://github.com/apache/creadur-rat/pull/433#discussion_r2113340064
########## apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/GitIgnoreBuilder.java: ########## @@ -102,4 +142,30 @@ protected Optional<String> modifyEntry(final Consumer<MatcherSet> matcherSetCons } return Optional.of(prefix ? NEGATION_PREFIX + pattern : pattern); } + + /** The location of the global gitignore file to process */ Review Comment: Please expand this comment to indicate that the processing of RAT_NO_GIT_GLOBAL_IGNORE, XDG_CONFIG_HOME, and HOME environment variables. -- 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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org