Skip to content

Commit

Permalink
Increase max of safe navigation chain length to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 1, 2024
1 parent 6ec80bc commit 5bf9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Style/RedundantReturn:
AllowMultipleReturnValues: true

Style/SafeNavigationChainLength:
Max: 3
Max: 4

Style/StringLiterals:
EnforcedStyle: double_quotes
Expand Down

0 comments on commit 5bf9bc6

Please sign in to comment.