remove Ruby 2.2 constraint

This commit is contained in:
Brent Cook 2019-03-11 15:32:25 -05:00
parent 19e6507ac4
commit b731f3e619
1 changed files with 0 additions and 4 deletions

View File

@ -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'