From d501e3f4c5d1ce9360c2edf30f064bbdbbe2819d Mon Sep 17 00:00:00 2001 From: David Liu Date: Sat, 9 Nov 2024 12:56:58 +0000 Subject: [PATCH] Disable Rubocop Style/SafeNavigationChainLength check (#7301) --- .rubocop.yml | 3 +++ Changelog.md | 1 + 2 files changed, 4 insertions(+) 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]