We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e26a17 commit 51126d9Copy full SHA for 51126d9
.config/ansible-lint.yml
@@ -18,5 +18,5 @@ warn_list:
18
- yaml[empty-lines] # Violations reported by yamllint.
19
- yaml[line-length] # Violations reported by yamllint.
20
- name[casing] # Rule for checking task and play names.
21
- - no-handler
22
- - risky-shell-pipe
+ - no-handler # Style choice, skipping for now
+ - risky-shell-pipe # Skipping for now due to authselect rules
0 commit comments