Skip to content

Commit

Permalink
Disable Rubocop Style/SafeNavigationChainLength check (#7301)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu authored Nov 9, 2024
1 parent 675b279 commit d501e3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ Style/RedundantSelfAssignmentBranch:
Style/ReturnNil:
Enabled: true

Style/SafeNavigationChainLength:
Enabled: false

Style/SelectByRegexp:
Enabled: true

Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- Merge result.js and result_main.css build files into application.js/application.css (#7260)
- Simplify pdf.js configuration (#7260)
- Improve descriptions of the Group and Grouping models (#7262)
- Disable Rubocop Style/SafeNavigationChainLength check (#7301)

## [v2.5.3]

Expand Down

0 comments on commit d501e3f

Please sign in to comment.