Skip to content

Commit

Permalink
NR: Silence out-of-sequence [side] warnings with wmllint
Browse files Browse the repository at this point in the history
Also note that wmllint is seeing an extra [side].
  • Loading branch information
irydacea committed Apr 8, 2015
1 parent 64fb600 commit ac2486b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
Expand Up @@ -192,11 +192,11 @@
[/side]
#enddef

{BAT_SIDE (Blood Bat 3) 3}
{BAT_SIDE (Blood Bat 4) 4}
{BAT_SIDE (Blood Bat 5) 5}
{BAT_SIDE (Blood Bat 6) 6}
{BAT_SIDE (Blood Bat 7) 7}
{BAT_SIDE (Blood Bat 3) 3} # BAT_SIDE def counts as a side to wmllint
{BAT_SIDE (Blood Bat 4) 4} # wmllint: skip-side
{BAT_SIDE (Blood Bat 5) 5} # wmllint: skip-side
{BAT_SIDE (Blood Bat 6) 6} # wmllint: skip-side
{BAT_SIDE (Blood Bat 7) 7} # wmllint: skip-side

#undef BAT_SIDE

Expand Down

0 comments on commit ac2486b

Please sign in to comment.