add check for line endings containing CR.

This commit is contained in:
mrdudz
2022-11-03 18:27:10 +01:00
parent cc450706d1
commit 79fd078ae3
4 changed files with 36 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
.PHONY: checkstyle tabs lastline spaces noexec
.PHONY: checkstyle lineendings tabs lastline spaces noexec
checkstyle: tabs lastline spaces noexec
checkstyle: lineendings tabs lastline spaces noexec
lineendings: lineendings.sh
@./lineendings.sh
tabs: tabs.sh
@./tabs.sh