jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

Relax error message checking on third party libraries. #219

Closed jish closed 9 years ago

jish commented 9 years ago

Coffeelint keeps changing the specific wording of its error messages. The exact wording is not what we care about and it will not affect the functionality of our project.

We just care about exit codes and output in general, not strict adherence to a contract.