mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +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/**/*"
|
- "spec/**/*"
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
UseCache: false
|
UseCache: false
|
||||||
TargetRubyVersion: 3.2
|
TargetRubyVersion: 3.0
|
||||||
|
|
||||||
##################### Style ####################################
|
##################### Style ####################################
|
||||||
|
|
||||||
|
|
@ -100,7 +100,6 @@ Style/GuardClause:
|
||||||
|
|
||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
EnforcedStyle: ruby19
|
EnforcedStyle: ruby19
|
||||||
EnforcedShorthandSyntax: never
|
|
||||||
|
|
||||||
Style/IfUnlessModifier:
|
Style/IfUnlessModifier:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue