include .yml files

pull/337/head
Rex Ledesma 5 years ago
parent 57debd83dd
commit 1a031c15f4

@ -66,7 +66,7 @@ You can configure yamllint to run on ``arc lint``. Here is an example
"type": "script-and-regex", "type": "script-and-regex",
"script-and-regex.script": "yamllint", "script-and-regex.script": "yamllint",
"script-and-regex.regex": "/^(?P<line>\\d+):(?P<offset>\\d+) +(?P<severity>warning|error) +(?P<message>.*) +\\((?P<name>.*)\\)$/m", "script-and-regex.regex": "/^(?P<line>\\d+):(?P<offset>\\d+) +(?P<severity>warning|error) +(?P<message>.*) +\\((?P<name>.*)\\)$/m",
"include": "(\\.yml$)" "include": "(\\.(yml|yaml)$)"
} }
} }
} }

Loading…
Cancel
Save