adoroszlai commented on code in PR #6916:
URL: https://github.com/apache/ozone/pull/6916#discussion_r2828615187


##########
dev-support/rat/rat-exclusions.txt:
##########
@@ -70,4 +70,4 @@ src/test/resources/prometheus-test-response.txt
 **/dependency-reduced-pom.xml
 
 # hadoop-ozone/tools
-src/test/resources/*.log
\ No newline at end of file
+src/test/resources/*.log

Review Comment:
   Copy the file from another branch, where it's not modified yet.  Something 
like:
   
   ```bash
   git checkout master
   cp dev-support/rat/rat-exclusions.txt ~/tmp/
   git checkout HDDS-11072
   cp ~/tmp/rat-exclusions.txt dev-support/rat/
   git add dev-support/rat/rat-exclusions.txt
   ```



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

Reply via email to