add more style checks

This commit is contained in:
mrdudz
2022-04-16 20:00:10 +02:00
parent 2cc46e11d3
commit 302016997a
3 changed files with 47 additions and 1 deletions

View File

@@ -1,7 +1,15 @@
.PHONY: tabs
check: tabs
check: tabs lastline
tabs: tabs.sh
@./tabs.sh
lastline: lastline.sh
@./lastline.sh
# checks that will currently fail (on a lot of files), so they are not included
# in the general "check" action
spaces: spaces.sh
@./spaces.sh