Fix rubocop config

This commit is contained in:
Martin Artnik 2023-09-07 11:43:12 +02:00
parent 722ef7cc0f
commit 45c30be6d2

View file

@ -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