mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 07:05:20 +00:00
Reduce haml-lint view and line length limits
This commit is contained in:
parent
c0c34d35e2
commit
eeff6deb45
|
@ -10,6 +10,6 @@ linters:
|
|||
MiddleDot:
|
||||
enabled: true
|
||||
LineLength:
|
||||
max: 300
|
||||
max: 256 # Override default value of 80 inherited from rubocop
|
||||
ViewLength:
|
||||
max: 200 # Override default value of 100 inherited from rubocop
|
||||
max: 128 # Override default value of 100 inherited from rubocop
|
||||
|
|
Loading…
Reference in a new issue