Some versions ago the Maven Checkstyle plugin (or perhaps checkstyle itself) began writing a .checkstyle file into the directory. This shows up when you run `mvn verify` and is listed a new file in git.
It's autogenerated and I think we can ignore it. I don't think we want to check it in, so I propose we simply add it to .gitignore wherever it appears. E.g. https://github.com/apache/maven-shared-utils/pull/9/files Does anyone want to argue that we should include it in the repo? -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
