mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-23 17:47:49 -05:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
extends: relaxed
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 150
|
|
level: warning
|