aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-10-11 10:45:18 -0300
committerGitHub <noreply@github.com>2016-10-11 10:45:18 -0300
commit32617a2ca3aec1b2649eb86d2b698a0ee04dcb8a (patch)
tree9418dbc4f3f8cdf5d545b288abce14425258ec88 /.rubocop.yml
parentf80ddf30dd4cc5e66c2caf2ef8e10608b13e8493 (diff)
parentb16a0750db9543b7094f838e3218de0b18fa05bd (diff)
downloadrails-32617a2ca3aec1b2649eb86d2b698a0ee04dcb8a.tar.gz
rails-32617a2ca3aec1b2649eb86d2b698a0ee04dcb8a.tar.bz2
rails-32617a2ca3aec1b2649eb86d2b698a0ee04dcb8a.zip
Merge pull request #26757 from biow0lf/set-target-ruby-version
Set target ruby version for rubocop to 2.2 instead 2.3.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 139e6a7efb..985a036556 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -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