Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Jankowski
85bae7bac9
Merge dfc0641e5b into 94bceb8683 2025-07-11 14:05:42 +00:00
Matt Jankowski
dfc0641e5b Disable Style/GuardClause cop 2025-07-03 18:27:04 -04:00
2 changed files with 3 additions and 5 deletions

View File

@ -15,6 +15,9 @@ Style/FormatStringToken:
merge:
- AllowedMethods
Style/GuardClause:
Enabled: false
Style/HashAsLastArrayItem:
Enabled: false

View File

@ -32,8 +32,3 @@ Metrics/PerceivedComplexity:
Style/FetchEnvVar:
Exclude:
- 'config/initializers/paperclip.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
Style/GuardClause:
Enabled: false