aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/tools/check-eof-newline.sh
Commit message (Collapse)AuthorAge
* pre-commit: add files after fixing ending newlines.Gravatar Gaëtan Gilbert2018-02-08
|
* Have the pre-commit hook also fix end-of-file nlGravatar Jason Gross2018-02-08
|
* Simplify logic and streamline lint-repository.shGravatar Gaëtan Gilbert2018-01-16
| | | | | We inline should-check-whitespace.sh in check-eof-newline.sh simplifying the find invocation.
* Linter: check that files end with newlines.Gravatar Gaëtan Gilbert2017-10-25
We use git check-attr to look at the same files as git diff --check.