Add a skip-side directive to wmllint to make it not complain...
...about breaking up the [side] list into multiple files
This commit is contained in:
parent
878f5d38bf
commit
9d008ac25b
1 changed files with 2 additions and 0 deletions
|
@ -1064,6 +1064,8 @@ def global_sanity_check(filename, lines):
|
|||
elif in_side and "[/unit]" in lines[i]:
|
||||
in_subunit = False
|
||||
continue
|
||||
if "wmllint: skip-side" in lines[i]:
|
||||
sidecount += 1
|
||||
if not in_side or in_subunit or '=' not in lines[i]:
|
||||
continue
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue