We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e55ba8 commit 3f377bfCopy full SHA for 3f377bf
.ansible-lint
@@ -1,3 +1,17 @@
1
---
2
skip_list:
3
- - '701' # meta/main.yml should contain relevant info
+ - key-order[task]
4
+ - jinja[spacing]
5
+ - name[missing]
6
+ - var-naming[no-role-prefix]
7
+ - yaml[octal-values]
8
+ - yaml[trailing-spaces]
9
+ - yaml[truthy]
10
+ - name[casing]
11
+ - risky-file-permissions
12
+ - galaxy[no-changelog]
13
+ - galaxy[tags]
14
+ - meta-runtime[unsupported-version]
15
+ - no-changed-when
16
+ - fqcn[action-core]
17
+ - fqcn[action]
0 commit comments