Skip to content

Change target Ruby version for Rubocop to 2.1

Adam Niedzielski requested to merge change-rubocop-to-2-1 into master

We have to use the lowest common denominator to check the supported syntax and in our case it is Ruby 2.1. Please note that it will not help with unsupported syntax in HAML files because they are not checked by Rubocop.

Merge request reports