summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/zabbix/.ansible-lint
blob: dca5850abd8402884b2ffa426c7e508f5ec3c533 (plain)
1
2
3
4
5
6
7
8
9
10
---
exclude_paths:
- ${HOME}/.cache/

skip_list:
- command-instead-of-shell  # Use shell only when shell functionality is required
- experimental  # all rules tagged as experimental
- meta-no-info  # meta/main.yml should contain relevant info
- no-handler  # Tasks that run when changed should likely be handlers
- unnamed-task  # All tasks should be named