-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.ansible-lint
26 lines (25 loc) · 928 Bytes
/
.ansible-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
exclude_paths:
- ansible-lint
- .travis.yml
- playbooks/roles/markosamuli.asdf
- playbooks/roles/markosamuli.aws_tools
- playbooks/roles/markosamuli.gcloud
- playbooks/roles/markosamuli.golang
- playbooks/roles/markosamuli.hyper
- playbooks/roles/markosamuli.nvm
- playbooks/roles/markosamuli.rust
- playbooks/roles/markosamuli.packer
- playbooks/roles/markosamuli.pyenv
- playbooks/roles/markosamuli.terraform
- playbooks/roles/markosamuli.vagrant
- playbooks/roles/zzet.rbenv
- ~/.ansible/roles
- requirements.yml
warn_list:
- experimental # all rules tagged as experimental
- fqcn-builtins # Use FQCN for builtin actions.
- no-changed-when # Commands should not change things if nothing needs doing.
- package-latest # Package installs should not use latest.
- risky-shell-pipe # Shells that use pipes should set the pipefail option.
- yaml # Violations reported by yamllint.