mirror of
https://github.com/cc65/cc65.git
synced 2025-01-30 12:33:15 +00:00
also check spaces at end of lines
This commit is contained in:
parent
92e16432f7
commit
4e3bba0c3f
4
.github/checks/Makefile
vendored
4
.github/checks/Makefile
vendored
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
.PHONY: tabs
|
.PHONY: tabs
|
||||||
|
|
||||||
check: tabs lastline
|
check: tabs lastline spaces
|
||||||
|
|
||||||
tabs: tabs.sh
|
tabs: tabs.sh
|
||||||
@./tabs.sh
|
@./tabs.sh
|
||||||
@ -9,7 +9,5 @@ tabs: tabs.sh
|
|||||||
lastline: lastline.sh
|
lastline: lastline.sh
|
||||||
@./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: spaces.sh
|
||||||
@./spaces.sh
|
@./spaces.sh
|
||||||
|
@ -20,7 +20,7 @@ This is an ongoing controversial topic - everyone knows that. However, the follo
|
|||||||
* No extra spaces at the end of lines.
|
* No extra spaces at the end of lines.
|
||||||
* All text files must end with new-line characters. Don't leave the last line "dangling".
|
* All text files must end with new-line characters. Don't leave the last line "dangling".
|
||||||
|
|
||||||
The (bash) scipts used to check the above rules can be found in ```.github/check```
|
The (bash) scipts used to check the above rules can be found in ```.github/check```. You can also run all checks using ```make check```.
|
||||||
|
|
||||||
### misc
|
### misc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user