From b731f3e619beaeca4ab7310a144145cddb98f855 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 11 Mar 2019 15:32:25 -0500 Subject: [PATCH] remove Ruby 2.2 constraint --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index d6a4173678..fec2187df2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -59,10 +59,6 @@ Style/Documentation: Exclude: - 'modules/**/*' -Layout/IndentHeredoc: - Enabled: false - Description: 'We need to leave this disabled for Ruby 2.2 compat, remove in 2018' - Layout/SpaceInsideArrayLiteralBrackets: Enabled: false Description: 'Almost all module metadata have space in brackets'