You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
601 B
25 lines
601 B
3 years ago
|
---
|
||
|
EnableDefaultLinters: true
|
||
|
linters:
|
||
|
Rubocop:
|
||
|
enabled: true
|
||
|
rubocop_config:
|
||
|
inherit_from:
|
||
|
- .rubocop.yml
|
||
|
Layout/ArgumentAlignment:
|
||
|
Enabled: false
|
||
|
Layout/CommentIndentation:
|
||
|
Enabled: false
|
||
|
Layout/FirstArgumentIndentation:
|
||
|
Enabled: false
|
||
|
Layout/FirstArrayElementIndentation:
|
||
|
Enabled: false
|
||
|
Layout/FirstHashElementIndentation:
|
||
|
Enabled: false
|
||
|
Layout/InitialIndentation:
|
||
|
Enabled: false
|
||
|
Layout/TrailingEmptyLines:
|
||
|
Enabled: false
|
||
|
Lint/UselessAssignment:
|
||
|
Enabled: false
|