Skip to content

Commit

Permalink
Fix rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Mar 29, 2024
1 parent f892031 commit 294bb61
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Metrics/BlockLength:
ExcludedMethods: ['describe', 'context', 'shared_examples']
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Expand All @@ -18,3 +18,13 @@ Style/MutableConstant:
Enabled: false
Gemspec/RequiredRubyVersion:
Enabled: false
Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false

0 comments on commit 294bb61

Please sign in to comment.