forked from tim/k3s-ansible
cddbfc8e40
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
truthy:
|
|
allowed-values: ['true', 'false']
|