1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-05 15:30:44 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Greg King
320312e7cc Made the style-check scripts send their file lists to stderr.
A complete list will be shown before make shows its error message.  There will be less confusion about which lines are in the list.
2022-07-21 03:20:45 +02:00
Greg King
be5298925c Oops, forgot to check macros. 2022-07-21 03:20:44 +02:00
Greg King
fb97ce4bfd Remove work directory paths _before_ checking for style errors. 2022-07-21 03:20:44 +02:00
Greg King
1ea27c35d0 Moved a constant expression out of a loop. 2022-07-21 03:20:44 +02:00
Greg King
17b9f9c2a8 Fixed and tightenned the find commands' expressions. 2022-07-21 03:20:44 +02:00
Greg King
f8b05deef4 Made all of the Makefile's rules be phony. 2022-07-21 03:20:44 +02:00
mrdudz
37ebe3781b define CHECK_PATH rather than leaving it open 2022-07-21 03:20:44 +02:00
mrdudz
3834232c29 also check spaces at end of lines 2022-07-21 03:20:44 +02:00
mrdudz
302016997a add more style checks 2022-07-21 03:20:44 +02:00
mrdudz
59d386e18f added TAB checker script, to be added to the PR checker action 2022-07-21 03:20:44 +02:00