mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Fix rubocop config
This commit is contained in:
parent
722ef7cc0f
commit
45c30be6d2
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ AllCops:
|
|||
- "spec/**/*"
|
||||
NewCops: enable
|
||||
UseCache: false
|
||||
TargetRubyVersion: 3.2
|
||||
TargetRubyVersion: 3.0
|
||||
|
||||
##################### Style ####################################
|
||||
|
||||
|
@ -100,7 +100,6 @@ Style/GuardClause:
|
|||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: ruby19
|
||||
EnforcedShorthandSyntax: never
|
||||
|
||||
Style/IfUnlessModifier:
|
||||
Enabled: true
|
||||
|
|
Loading…
Reference in a new issue