mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
21 lines
336 B
Plaintext
21 lines
336 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
.github/
|
|
|
|
rules:
|
|
line-length:
|
|
max: 180
|
|
level: warning
|
|
truthy:
|
|
allowed-values: ["true", "false"]
|
|
braces:
|
|
max-spaces-inside: 1
|
|
octal-values:
|
|
forbid-implicit-octal: true
|
|
forbid-explicit-octal: true
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
comments-indentation: false
|