diff --git a/.rubocop.yml b/.rubocop.yml index 5bed319..9f3c016 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,6 +17,9 @@ Layout/SpaceInsideBlockBraces: Style/IfUnlessModifier: Enabled: false +Style/UnpackFirst: + Enabled: false + # # Lint #