mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
15 lines
252 B
YAML
15 lines
252 B
YAML
exclude:
|
|
- 'vendor/**/*'
|
|
|
|
require:
|
|
- ./lib/linter/haml_middle_dot.rb
|
|
|
|
linters:
|
|
AltText:
|
|
enabled: true
|
|
MiddleDot:
|
|
enabled: true
|
|
LineLength:
|
|
max: 300
|
|
ViewLength:
|
|
max: 200 # Override default value of 100 inherited from rubocop
|