slawekjaranowski commented on PR #22:
URL: https://github.com/apache/maven-shared-io/pull/22#issuecomment-1464992253

   check for duplicate license header:
   
   ```
   git grep -c "Licensed to the Apache Software Foundation (ASF) under one" | 
grep -v ":1"
   ```
   
   Good will be to have 2 commits - one with parent update and one with code 
reformat.
   After merge we can add  commit with reformat to `.git-blame-ignore-revs`
   
   https://maven.apache.org/pom/maven/#the-format-profile


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to