cheap wmllint rule for viewing_side -> side
Global renaming; there is only 1 false positive in my addons and none in mainline. I hope nobody uses this string as a tag or variable name.
This commit is contained in:
parent
045cd30920
commit
a396df7abe
1 changed files with 2 additions and 0 deletions
|
@ -520,6 +520,8 @@ linechanges = (
|
|||
# Changes just before 1.9.2
|
||||
("[removeitem]", "[remove_item]"),
|
||||
("[/removeitem]", "[/remove_item]"),
|
||||
# Changes just before 1.11.0
|
||||
("viewing_side", "side")
|
||||
)
|
||||
|
||||
def validate_on_pop(tagstack, closer, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue