mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
a1f098d1c8
Generate the Binstub: Run the following command to generate a RuboCop binstub
12 lines
247 B
YAML
12 lines
247 B
YAML
require:
|
|
- ../lib/linter/rubocop_middle_dot
|
|
|
|
Style/MiddleDot:
|
|
Enabled: true
|
|
|
|
Layout/FirstHashElementIndentation:
|
|
EnforcedStyle: consistent
|
|
|
|
Layout/LineLength:
|
|
Max: 300 # Default of 120 causes a duplicate entry in the generated todo file
|