Skip to content

Commit

Permalink
Remove rubocop plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 14, 2023
1 parent d01f072 commit 65168a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec

AllCops:
TargetRubyVersion: 3.0
NewCops: enable
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ gem "jruby-openssl", ">=0.14.2", platforms: :jruby
gem "rake", ">= 13.0.6"
gem "rspec", ">= 3.12"
gem "rubocop", ">= 1.44.1"
gem "rubocop-performance", ">= 1.19"
gem "rubocop-rake", ">= 0.6"
gem "rubocop-rspec", ">= 2.24"
gem "simplecov", ">= 0.22"
gem "timecop", ">= 0.9.8"
gem "webmock", ">= 3.19.1"
Expand Down

0 comments on commit 65168a0

Please sign in to comment.