mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Update Hound Rubocop
This commit is contained in:
parent
fa6b1fa0db
commit
0ff3039368
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
ruby:
|
ruby:
|
||||||
config_file: .rubocop.yml
|
config_file: .rubocop.yml
|
||||||
version: 0.72.0
|
version: 0.75.0
|
||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -83,7 +83,7 @@ Naming/FileName:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Exclude: []
|
Exclude: []
|
||||||
|
|
||||||
Layout/FirstParameterIndentation:
|
Layout/IndentFirstArgument:
|
||||||
EnforcedStyle: consistent
|
EnforcedStyle: consistent
|
||||||
|
|
||||||
Style/For:
|
Style/For:
|
||||||
|
|
Loading…
Reference in a new issue