From 1a031c15f42c7d7a53593e05e968d2d661f45232 Mon Sep 17 00:00:00 2001 From: Rex Ledesma Date: Fri, 23 Oct 2020 09:13:21 -0700 Subject: [PATCH] include .yml files --- docs/integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$)" } } }