mastodon/.rubocop/layout.yml
Yuva a1f098d1c8
Update layout.yml
Generate the Binstub: Run the following command to generate a RuboCop binstub
2024-12-25 11:03:03 +05:30

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