diff options
Diffstat (limited to 'comm/tools/lint/yaml.yml')
-rw-r--r-- | comm/tools/lint/yaml.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comm/tools/lint/yaml.yml b/comm/tools/lint/yaml.yml new file mode 100644 index 0000000000..9451d52d3c --- /dev/null +++ b/comm/tools/lint/yaml.yml @@ -0,0 +1,12 @@ +--- +yamllint: + description: YAML linter + include: + - comm/ + extensions: ['yml', 'yaml'] + support-files: + - '**/.yamllint' + - 'tools/lint/yamllint_/**' + type: external + payload: commlint:lint_wrapper + wraps: yamllint_:lint |