Skip to content

Commit

Permalink
Use the same rubocop version as hound
Browse files Browse the repository at this point in the history
We use hound ci to run linting. They only support some versions of rubocop.

Lets stick with the exact same version for now.
  • Loading branch information
tvdeyen committed Mar 2, 2021
1 parent ecc90c8 commit df1a50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rubocop:
config_file: .rubocop.yml
version: 0.80.0
version: 1.5.2
scss:
enabled: false
coffeescript:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :development, :test do
gem "yard"
gem "redcarpet"
gem "pry-byebug"
gem "rubocop", "~> 1.9.0", require: false
gem "rubocop", "1.5.2", require: false
gem "listen"
gem "localeapp", "~> 3.0", require: false
gem "dotenv", "~> 2.2"
Expand Down

0 comments on commit df1a50f

Please sign in to comment.