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

use_default_rules: true

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

skip_list:
  - "yaml[line-length]"