ansible-role-unifi-controller/.ansible-lint

13 lines
169 B
Plaintext
Raw Normal View History

2023-09-21 14:58:46 +02:00
---
exclude_paths:
2023-09-21 15:39:23 +02:00
- .cache/
2023-09-21 14:58:46 +02:00
- ./molecule
- ./.travis.yml
- ./.github
parseable: true
skip_list:
- '204'
2023-09-21 15:39:23 +02:00
- 'no-handler'
2023-09-21 14:58:46 +02:00
use_default_rules: true
verbosity: 1