mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 11:33:28 +01:00
9 lines
143 B
Text
9 lines
143 B
Text
|
---
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
# 150 chars should be enough, but don't fail if a line is longer
|
||
|
line-length:
|
||
|
max: 150
|
||
|
level: warning
|