add check for line endings containing CR.
This commit is contained in:
7
.github/checks/Makefile
vendored
7
.github/checks/Makefile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user