]> arthur.barton.de Git - ansible-collection-boilerplate.git/blob - .yamllint.yml
Makefile: Fix "distcheck" when there are multiple archives in "dist/" directory
[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   line-length:
9     max: 100
10     level: warning
11
12 ignore: |
13   .trunk/
14   .venv/
15   ansible_galaxy/ansible_collections/
16   ansible_galaxy/ansible_roles/