Paul Robert Lloyd
3 years ago
3 changed files with 44 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
--- |
||||
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 |
Loading…
Reference in new issue