Skip to content

Commit

Permalink
fixup wmllint to include 1.11.15 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed May 24, 2014
1 parent 0e2e54c commit 12fad6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/tools/wmllint
Expand Up @@ -604,7 +604,13 @@ linechanges = (

# Changed before 1.13.0 to fix frames for ragged flags
('FLAG_VARIANT ragged','FLAG_VARIANT6 ragged'),
('FLAG_VARIANT "ragged"','FLAG_VARIANT6 ragged')
('FLAG_VARIANT "ragged"','FLAG_VARIANT6 ragged'),

# Changed in 1.11.15.
("fight_on_without_leader=yes","defeat_condition=no_units_left"),
("fight_on_without_leader=no","defeat_condition=no_leader_left"),
("remove_from_carryover_on_leaders_loss=yes","remove_from_carryover_on_defeat=yes"),
("remove_from_carryover_on_leaders_loss=no","remove_from_carryover_on_defeat=no")
)

def validate_on_pop(tagstack, closer, filename, lineno):
Expand Down

0 comments on commit 12fad6e

Please sign in to comment.