mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Disable whitespace checking for generated files SpriteEncoder/{parser,scanner}.cpp
This commit is contained in:
2
.github/workflows/Linux.yml
vendored
2
.github/workflows/Linux.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
if: matrix.static_analysis
|
||||
run: |
|
||||
# Check if there bad whitespace.
|
||||
python3 scripts/check_whitespace.py
|
||||
python3 scripts/check_whitespace.py -e scanner.cpp -e parser.cpp
|
||||
# Check for incorrectly encoded files.
|
||||
python3 scripts/check_language_files_not_BOM.py
|
||||
# Check if there are lua classes with invalid/improper declarations.
|
||||
|
Reference in New Issue
Block a user