mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-02 13:13:36 +00:00
Update layout.yml
Generate the Binstub: Run the following command to generate a RuboCop binstub
This commit is contained in:
parent
8770905186
commit
a1f098d1c8
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
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 generated todo file
|
||||
Max: 300 # Default of 120 causes a duplicate entry in the generated todo file
|
||||
|
|
Loading…
Reference in a new issue