mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-16 10:35:16 +01:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'yes', 'no']
|