diff --git a/.rubocop.yml b/.rubocop.yml index 68045c3351..90a8a1e378 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -359,6 +359,9 @@ Style/RedundantSelfAssignmentBranch: Style/ReturnNil: Enabled: true +Style/SafeNavigationChainLength: + Enabled: false + Style/SelectByRegexp: Enabled: true diff --git a/Changelog.md b/Changelog.md index 4db3f224f6..7c20153869 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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]