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 628b22b commit 07759ecCopy full SHA for 07759ec
.meta/ansible-lint.yml
@@ -1,7 +1,11 @@
1
---
2
quiet: true
3
-
4
skip_list:
5
- - role-name
+ # "All names should start with an uppercase letter for languages that support it"
6
- name[casing]
+ # "collection version should be greater than or equal to 1.0.0"
7
- galaxy[version-incorrect]
8
+ # We use yamllint separately
9
+ - yaml
10
+exclude_paths:
11
+ - .pre-commit-config.yaml
meta/runtime.yml
@@ -1,2 +1,2 @@
-requires_ansible: ">=2.14.0"
+requires_ansible: ">=2.15.0"
0 commit comments