-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.ansible-lint
16 lines (15 loc) · 875 Bytes
/
.ansible-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
warn_list:
- experimental # all rules tagged as experimental
skip_list:
- fqcn-builtins # Use FQCN for builtin actions.
- unnamed-task # All tasks should be named. For 'import role'
- git-latest # Git checkouts must contain explicit version.
- package-latest # Package installs should not use latest.
- meta-no-info # meta/main.yml should contain relevant info.
- command-instead-of-module # Using command rather than module. For 'git config'
- command-instead-of-shell # Use shell only when shell functionality is required.
- ignore-errors
- yaml[indentation] # Conflict with yamlfmt settings in pre-commit.
- key-order[task] # I prefer tags at the bottom.
- no-free-form # For `import_role`
- role-name # Bug