mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
8 lines
143 B
Text
8 lines
143 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 170 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 170
|
|
level: warning
|