Skip to content

Commit 562d58b

Browse files
committed
ansible-lint: add skip list for all failures
1 parent cc9d6a8 commit 562d58b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.ansible-lint

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
skip_list:
2+
- name[missing]
3+
- name[play]
4+
- var-naming[no-reserved]
5+
- var-naming[no-role-prefix]
6+
- yaml[empty-lines]
7+
- yaml[indentation]
8+
- yaml[line-length]
9+
- yaml[new-line-at-end-of-file]
10+
- yaml[trailing-spaces]
11+
- yaml[truthy]
12+
- galaxy[no-changelog]
13+
- galaxy[tags]
14+
- galaxy[version-incorrect]
15+
- meta-runtime[unsupported-version]
16+
- fqcn[action-core]

0 commit comments

Comments
 (0)