mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 19:35:22 +00:00
21 lines
365 B
Plaintext
21 lines
365 B
Plaintext
extends: default
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 150
|
|
level: warning
|
|
|
|
# accept both key:
|
|
# - item
|
|
#
|
|
# and key:
|
|
# - item
|
|
indentation:
|
|
indent-sequences: whatever
|
|
|
|
truthy:
|
|
check-keys: false
|
|
|
|
document-start:
|
|
present: false |