mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
15 lines
238 B
Text
15 lines
238 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 150 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 180
|
|
level: warning
|
|
|
|
ignore: |
|
|
group_vars/*/vault.yml
|
|
roles/
|
|
ansible/
|
|
collections/
|
|
host_vars/*/vault.yml
|