mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +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:
|
||||
config_file: .rubocop.yml
|
||||
version: 0.72.0
|
||||
version: 0.75.0
|
||||
|
||||
eslint:
|
||||
enabled: true
|
||||
|
|
|
@ -83,7 +83,7 @@ Naming/FileName:
|
|||
Enabled: false
|
||||
Exclude: []
|
||||
|
||||
Layout/FirstParameterIndentation:
|
||||
Layout/IndentFirstArgument:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/For:
|
||||
|
|
Loading…
Reference in a new issue