summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-13 10:22:38 +0000
committerRémy Coutable <remy@rymai.me>2017-02-13 10:22:38 +0000
commit6a1b3ef73f57d58d159e343f79e1f74418c2f763 (patch)
tree6e7c0bb5efbe28acba6728132952538ea399779a /.rubocop.yml
parent59f44052d8753247a4a7435780fcb41b43e274ac (diff)
parent128b1eae092e4ee9384c99a4ba72b9122fc17e89 (diff)
downloadgitlab-ce-6a1b3ef73f57d58d159e343f79e1f74418c2f763.tar.gz
Merge branch 'zj-drop-ruby-21-tests' into 'master'
Update Rubocop to Ruby 2.3 See merge request !8994
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 88345373a5b..d30846e6e0b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,7 +5,7 @@ require:
inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.1
+ TargetRubyVersion: 2.3
# Cop names are not d§splayed in offense messages by default. Change behavior
# by overriding DisplayCopNames, or by giving the -D/--display-cop-names
# option.