Skip to content

Commit

Permalink
Lax rubocop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mokuzon committed Dec 17, 2024
1 parent 37d1eb0 commit 8963415
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Style/StringConcatenation:
Enabled: false
Style/RedundantAssignment:
Enabled: false
Style/MultilineIfModifier:
Enabled: false
Style/SafeNavigation:
Enabled: false

Naming/HeredocDelimiterNaming:
Enabled: false
Expand All @@ -69,6 +73,12 @@ Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false

Layout/LineLength:
Max: 200
Expand All @@ -84,6 +94,8 @@ Layout/ExtraSpacing:
Enabled: false
Layout/SpaceAroundOperators:
Enabled: false
Layout/DotPosition:
Enabled: false

Lint/UnusedBlockArgument:
Enabled: false
Expand Down

0 comments on commit 8963415

Please sign in to comment.