forked from ansible-middleware/wildfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ansible-lint
45 lines (40 loc) · 825 Bytes
/
.ansible-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# .ansible-lint
exclude_paths:
- bump-wildfly-version.sh
- .cache/
- .github/
- molecule/
- docs/
- .ansible-lint
- .yamllint
- playbooks/roles/
rulesdir:
- ../../ansible-lint-custom-rules/rules/
enable_list:
- fqcn-builtins # opt-in
- no-log-password # opt-in
skip_list:
- file_is_small_enough
- vars_should_not_be_used
- name[template]
- var-naming[no-role-prefix]
warn_list:
- role_vars_start_with_role_name
- vars_in_vars_files_have_valid_names
- jinja[spacing]
- experimental
- ignore-errors
- no-handler
- fqcn-builtins
- no-log-password
- unnamed-task
- schema
- meta-no-tags
- name[casing]
- template-instead-of-copy
- fqcn[keyword]
- no-changed-when
- key-order[task]
- meta-runtime[unsupported-version]
use_default_rules: true
parseable: true