summaryrefslogtreecommitdiff
path: root/scripts/check_crlf.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a check for CR/LF in files. (#1547)Matthäus G. Chajdas2020-09-201-0/+33
* Add a check for CR/LF in files. This can occur when checking out things on Windows, and it breaks the tarball. This adds a script to check for the presence of CR/LF which exits early if anything gets found. * Improve error checking. * Include the external folder and check that. * Include .bashcomp files. * Use the correct CR/LF on the checker itself. * Address review feedback. * Remove || true * Fix docs * Print the first offending file name