Skip to content

Commit

Permalink
Remove unused rubocop extensions
Browse files Browse the repository at this point in the history
```
❯ bundle exec rubocop
Inspecting 81 files
.................................................................................

81 files inspected, no offenses detected

The following RuboCop extension libraries are installed but not loaded in config:
  * rubocop-minitest
  * rubocop-rake
```
  • Loading branch information
ydah committed Jan 23, 2024
1 parent add0d56 commit 5f4b25c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AllCops:
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
SuggestExtensions: false
Exclude:
- 'examples/**/*'
- 'vendor/**/*'
Expand Down
2 changes: 0 additions & 2 deletions committee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "pry-byebug"
s.add_development_dependency "rubocop"
s.add_development_dependency "rubocop-performance"
s.add_development_dependency "rubocop-minitest"
s.add_development_dependency "rubocop-rake"
s.add_development_dependency "simplecov"
end

0 comments on commit 5f4b25c

Please sign in to comment.