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.
26 lines
631 B
26 lines
631 B
--- |
|
EnableDefaultLinters: true |
|
exclude: |
|
- "**/vendor/**/*" |
|
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
|
|
|