Skip to content

Commit

Permalink
Use rubocop-minitest 0.8.0
Browse files Browse the repository at this point in the history
It supports auto-correction for global expectations warnings.

Refer release notes of RuboCop Minitest 0.8.0 below.
https://github.com/rubocop-hq/rubocop-minitest/releases/tag/v0.8.0
  • Loading branch information
yahonda committed Apr 12, 2020
1 parent 5332c3f commit 8562519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-cloud-storage/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require: rubocop-minitest

inherit_gem:
google-style: google-style.yml

Expand Down
1 change: 1 addition & 0 deletions google-cloud-storage/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake"

gem "minitest"
gem "rubocop-minitest"

0 comments on commit 8562519

Please sign in to comment.