bbc895207e
Roles can no longer have a "-" in them according to the upstream ansible documentation[0]. This change adds a new ansible-lint rule to check if the role name is respecting the Ansible recommendations. [0] https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#roles-directory Change-Id: I46bfbc3a78d71ba675697b1e3ce95286e9cb7941 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
exclude_paths:
|
|
- releasenotes/
|
|
parseable: true
|
|
quiet: false
|
|
rulesdir:
|
|
- .ansible-lint_rules/
|
|
verbosity: 1
|