mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
13 lines
189 B
Text
13 lines
189 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: |
|
|
roles/
|
|
collections/
|
|
ansible/
|