diff options
author | Rémy Coutable <remy@rymai.me> | 2017-02-13 10:22:38 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-02-13 10:22:38 +0000 |
commit | 6a1b3ef73f57d58d159e343f79e1f74418c2f763 (patch) | |
tree | 6e7c0bb5efbe28acba6728132952538ea399779a /.rubocop.yml | |
parent | 59f44052d8753247a4a7435780fcb41b43e274ac (diff) | |
parent | 128b1eae092e4ee9384c99a4ba72b9122fc17e89 (diff) | |
download | gitlab-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.yml | 2 |
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. |