]> arthur.barton.de Git - ansible-collection-boilerplate.git/blob - .yamllint.yml
how-to-release.md: Fix "git push" command
[ansible-collection-boilerplate.git] / .yamllint.yml
1 ---
2 # yamllint configuration.
3 # See <https://yamllint.readthedocs.io/en/stable/configuration.html>.
4
5 extends: default
6
7 rules:
8   comments:
9     min-spaces-from-content: 1
10   comments-indentation: false
11   braces:
12     max-spaces-inside: 1
13   line-length:
14     max: 100
15     level: warning
16   octal-values:
17     forbid-explicit-octal: true
18     forbid-implicit-octal: true
19
20 ignore: |
21   .trunk/
22   .venv/
23   ansible_galaxy/ansible_collections/
24   ansible_galaxy/ansible_roles/
25   group_vars/all/ansible_vault.yml