Skip to content

Commit

Permalink
Increase max for Style/SafeNavigationChainLength
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 24, 2024
1 parent 80f3b48 commit 6ec80bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Style/MethodCallWithArgsParentheses:
Style/RedundantReturn:
AllowMultipleReturnValues: true

Style/SafeNavigationChainLength:
Max: 3

Style/StringLiterals:
EnforcedStyle: double_quotes

Expand Down

0 comments on commit 6ec80bc

Please sign in to comment.