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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue