1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #26757 from biow0lf/set-target-ruby-version

Set target ruby version for rubocop to 2.2 instead 2.3.
This commit is contained in:
Rafael França 2016-10-11 10:45:18 -03:00 committed by GitHub
commit 32617a2ca3

View file

@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.2
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true