Skip to content

Commit

Permalink
add support for rubocop-sorbet 0.5.1 (codeclimate#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywright authored Oct 29, 2020
1 parent e7e1ebc commit aa7f42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "rubocop-rails", require: false
gem "rubocop-rake", require: false
gem "rubocop-rspec", require: false
gem "rubocop-sequel", require: false
gem 'rubocop-sorbet', require: false
gem "rubocop-thread_safety", require: false
gem "safe_yaml"
gem "test-prof", require: false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ GEM
rubocop (>= 0.68.1)
rubocop-sequel (0.0.6)
rubocop (~> 0.55, >= 0.55)
rubocop-sorbet (0.5.1)
rubocop
rubocop-thread_safety (0.4.1)
rubocop (>= 0.51.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -100,6 +102,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
rubocop-sequel
rubocop-sorbet
rubocop-thread_safety
safe_yaml
test-prof
Expand Down

0 comments on commit aa7f42c

Please sign in to comment.