Update layout.yml

Generate the Binstub: Run the following command to generate a RuboCop binstub
This commit is contained in:
Yuva 2024-12-25 11:03:03 +05:30 committed by GitHub
parent 8770905186
commit a1f098d1c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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