Skip to content

Commit

Permalink
style: disable safe navigation chain length checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Nov 7, 2024
1 parent 77c4ff0 commit 87113bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ Style/ArgumentsForwarding:

Style/FloatDivision:
Enabled: false

Style/SafeNavigationChainLength:
Enabled: false

0 comments on commit 87113bb

Please sign in to comment.