Skip to content
Snippets Groups Projects
Commit 7c1ca515 authored by Andrew Heather's avatar Andrew Heather
Browse files

Revert "ENH: Added DOS-style line ending check to git hook"

This reverts commit 102f7970.
parent d42448a0
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ dieOnBadFiles()
#
checkIllegalCode()
{
reBad="(N""abla|"$'\t'"|"$'\r\n'")"
msgBad="N""abla, <TAB>, or DOS-style line ending"
reBad="(N""abla|"$'\t'")"
msgBad="N""abla or <TAB>"
badFiles=$(
for f in $fileList
......@@ -219,5 +219,4 @@ checkLineLength
exit 0
#------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment