mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: true
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
document-start: disable
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'on', 'off']
|
|
|