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