Skip to content

Commit

Permalink
Merge pull request #256 from kpumuk/standard-extend-configs
Browse files Browse the repository at this point in the history
Standard now loads default configuration automatically
  • Loading branch information
kpumuk committed Jan 19, 2023
2 parents 9a4637b + 4c97fcf commit 17fab0f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .rubocop-rails.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require:
- rubocop-rails

inherit_gem:
rubocop-rails:
- config/default.yml

AllCops:
TargetRailsVersion: 5.1

Expand Down
4 changes: 0 additions & 4 deletions .rubocop-rake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
require:
- rubocop-rake

inherit_gem:
rubocop-rake:
- config/default.yml
4 changes: 0 additions & 4 deletions .rubocop-rspec.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require:
- rubocop-rspec

inherit_gem:
rubocop-rspec:
- config/default.yml

RSpec/MultipleExpectations:
Max: 7

Expand Down
2 changes: 1 addition & 1 deletion meta-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "appraisal", "~> 2.4.1"
spec.add_development_dependency "simplecov", "~> 0.22.0"
# Code style
spec.add_development_dependency "standard", "~> 1.22.0"
spec.add_development_dependency "standard", "~> 1.22.1"
spec.add_development_dependency "rubocop-rails", "~> 2.17.3"
spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
spec.add_development_dependency "rubocop-rspec", "~> 2.18.0"
Expand Down

0 comments on commit 17fab0f

Please sign in to comment.