adds a target lint-low to the Makefile of the pytools
This commit is contained in:
parent
17ca42faab
commit
4941b95378
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ lint:
|
|||
# Check for obsolete WML, broken references, consistency.
|
||||
./wmllint --dryrun $(MAINLINE) $(UMC)
|
||||
|
||||
lint-low:
|
||||
# Check for obsolete WML, broken references, consistency in LoW.
|
||||
./wmllint --dryrun $(DATA)/core $(DATA)/campaigns/Legend_of_Wesmere
|
||||
|
||||
unresolved:
|
||||
@echo "# Report on unresolved macro calls and resource references"
|
||||
@./wmlscope --unresolved $(MAINLINE) $(UMC)
|
||||
|
|
Loading…
Add table
Reference in a new issue