aboutsummaryrefslogtreecommitdiffstats
path: root/.ansible-lint
blob: fbaa64a9d9fafc6f9c4c983cacb4c4aa8ce99d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
exclude_paths: []

use_default_rules: true

enable_list:
  - fqcn-builtins
  - yaml
  - syntax-check[specific]
  - name[missing]

skip_list:
  - yaml[line-length]