mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 16:15:40 +00:00
Use the --nolift option when doing normal sanity checks;
...this avoids invoking all the logic for converting from old dialects of WML and speeds things up considerably.
This commit is contained in:
parent
3dfc10be03
commit
e41fb3fc77
@ -17,7 +17,7 @@ sanity-check: unresolved lint
|
||||
|
||||
lint:
|
||||
# Check for obsolete WML, broken references, consistency.
|
||||
./wmllint --dryrun $(MAINLINE) $(UMC)
|
||||
./wmllint --dryrun --nolift $(MAINLINE) $(UMC)
|
||||
|
||||
unresolved:
|
||||
@echo "# Report on unresolved macro calls and resource references"
|
||||
|
Loading…
x
Reference in New Issue
Block a user