mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 18:41:08 +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:
|
lint:
|
||||||
# Check for obsolete WML, broken references, consistency.
|
# Check for obsolete WML, broken references, consistency.
|
||||||
./wmllint --dryrun $(MAINLINE) $(UMC)
|
./wmllint --dryrun --nolift $(MAINLINE) $(UMC)
|
||||||
|
|
||||||
unresolved:
|
unresolved:
|
||||||
@echo "# Report on unresolved macro calls and resource references"
|
@echo "# Report on unresolved macro calls and resource references"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user