adoroszlai opened a new pull request, #6379: URL: https://github.com/apache/ozone/pull/6379
## What changes were proposed in this pull request? Rat check can exclude items from `.gitignore` automatically ([doc](https://creadur.apache.org/rat/apache-rat-plugin/rat-mojo.html#parseSCMIgnoresAsExcludes)), but: - it checks each module's own `.gitignore` - does not work OK with 0.13 Therefore this change: - moves some module-specific items from root `.gitignore` - removes hard-coded Rat version from `rat.sh`, bumping it to 0.16.1, to which we have already upgraded in HDDS-10302 https://issues.apache.org/jira/browse/HDDS-10523 ## How was this patch tested? Introduce some non-versioned files: - build docs: `mvn -pl :hdds-docs clean package` (for `.hugo_build.lock`) - run bats check: `hadoop-ozone/dev-support/checks/bats.sh` (for `dev-support/ci/bats-*`) Run `rat` check locally: ``` $ hadoop-ozone/dev-support/checks/rat.sh ... [INFO] BUILD SUCCESS ... $ cat target/rat/failures 0 ``` -- 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]
