gmshake commented on pull request #79: URL: https://github.com/apache/maven-enforcer/pull/79#issuecomment-705944156
Hi, @kwin The current enforcer `RequireFileChecksum` checks `file` checksum. For `text` files, line separator varies on different platform, OS X, Windows, Linux etc. For `binary` files, it is confusing to normalize the line separator. So, I'd propose we introduce a new `RequireTextFileChecksum` enforcer to make it clear. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
