diff --git a/.rubocop.yml b/.rubocop.yml index 2148bb5d0..e3ea0b991 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -128,3 +128,7 @@ Style/OpMethod: Lint/Debugger: Enabled: false + +# Reset some HoundCI changes back to Rubocop defaults +Style/DotPosition: + EnforcedStyle: leading