Add wmllint exceptions for WML-like content in verbatim quote blocks

This commit is contained in:
Ignacio R. Morelle 2015-01-31 05:26:30 -03:00
parent e53367ffc5
commit 7161fa9999

View File

@ -916,7 +916,7 @@ zombie-hit-[1~6].ogg #enddef
wesnoth.wml_actions.event{
name="attacker hits",
id="attacker hits and slows",
id="attacker hits and slows", -- # wmllint: ignore
first_time_only=false,
{ "filter_attack", {
@ -939,7 +939,7 @@ zombie-hit-[1~6].ogg #enddef
}
wesnoth.wml_actions.event{
name="defender hits",
id="defender hits and slows",
id="defender hits and slows", -- # wmllint: ignore
first_time_only=false,
{ "filter_second_attack", {
@ -963,7 +963,7 @@ zombie-hit-[1~6].ogg #enddef
wesnoth.wml_actions.event{
name="attacker hits",
id="attacker hits and poisons",
id="attacker hits and poisons", -- # wmllint: ignore
first_time_only=false,
{ "filter_attack", {
@ -986,7 +986,7 @@ zombie-hit-[1~6].ogg #enddef
}
wesnoth.wml_actions.event{
name="defender hits",
id="defender hits and poisons",
id="defender hits and poisons", -- # wmllint: ignore
first_time_only=false,
{ "filter_second_attack", {