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:
Anonymissimus 2012-03-27 19:50:39 +00:00
parent 045cd30920
commit a396df7abe

View file

@ -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):