diff --git a/docs/integration.rst b/docs/integration.rst index bded11c..75a1f0c 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -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\\d+):(?P\\d+) +(?Pwarning|error) +(?P.*) +\\((?P.*)\\)$/m", - "include": "(\\.yml$)" + "include": "(\\.(yml|yaml)$)" } } }