diff --git a/.rubocop.yml b/.rubocop.yml index 39b073f..c593b11 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,3 +37,6 @@ Style/ArgumentsForwarding: Style/FloatDivision: Enabled: false + +Style/SafeNavigationChainLength: + Enabled: false