include .yml files

This commit is contained in:
Rex Ledesma
2020-10-23 09:13:21 -07:00
parent 57debd83dd
commit 1a031c15f4

View File

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