diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ac08af08a..5e4e7035c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,6 +6,12 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle. +# SupportedStyles: leading, trailing +Layout/DotPosition: + Enabled: false + # Cop supports --auto-correct. Layout/EmptyLineAfterGuardClause: Exclude: