added wmllint rule for FLAG_VARIANT6
This commit is contained in:
parent
9289a9fa8a
commit
9e140c183c
1 changed files with 5 additions and 2 deletions
|
@ -599,8 +599,11 @@ linechanges = (
|
|||
("misc/schedule-underground.png","misc/time-schedules/schedule-underground.png"),
|
||||
("misc/schedule-underground-illum.png","misc/time-schedules/schedule-underground-illum.png"),
|
||||
|
||||
("misc/tod-schedule-24hrs.png","misc/time-schedules/tod-schedule-24hrs.png")
|
||||
|
||||
("misc/tod-schedule-24hrs.png","misc/time-schedules/tod-schedule-24hrs.png"),
|
||||
|
||||
# Changed before 1.13.0 to fix frames for ragged flags
|
||||
('FLAG_VARIANT ragged','FLAG_VARIANT6 ragged'),
|
||||
('FLAG_VARIANT "ragged"','FLAG_VARIANT6 ragged')
|
||||
)
|
||||
|
||||
def validate_on_pop(tagstack, closer, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue