added a rule for checking LoW only.
This commit is contained in:
parent
1a3179b76b
commit
a6837fe4cc
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ lint:
|
|||
# Check for obsolete WML, broken references, consistency.
|
||||
./wmllint --dryrun $(MAINLINE) $(UMC)
|
||||
|
||||
lint-low:
|
||||
# Check for obsolete WML, broken references, consistency.
|
||||
./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