Skip to content
Snippets Groups Projects
Unverified Commit fb49aec8 authored by Rémy Coutable's avatar Rémy Coutable Committed by GitHub
Browse files

Merge pull request #900 from grzuy/local_rubocop_should_match_hound

Force rubocop to match HoundCI's rubocop version
parents 786a5d6b f6ec447e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,8 +8,14 @@ gem "rake"
# installed on Travis CI.
 
group :development do
# NOTE: version should match HoundCi RuboCop version
gem "rubocop", require: false
# Force rubocop local runs to match HoundCI rubocop version
# (https://github.com/houndci/linters/blob/master/Gemfile.lock).
#
# This needs to be manually updated until there's a resolution
# on HoundCI's side.
#
# See https://github.com/houndci/hound/issues/1250
gem "rubocop", "0.51.0", require: false
 
gem "guard-rubocop", require: false
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment