mirror of
https://github.com/ivuorinen/a.git
synced 2026-01-26 03:24:07 +00:00
14 lines
189 B
YAML
14 lines
189 B
YAML
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 200
|
|
level: warning
|
|
truthy:
|
|
check-keys: false
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
trailing-spaces:
|
|
level: warning
|