Skip to content

Commit 198ebb1

Browse files
authored
Load rubocop rspec rails (#25)
1 parent 2a35ff7 commit 198ebb1

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.8.2]
2+
- Load `rubocop-rspec_rails` plugin by default
3+
14
## [0.8.1]
25
- Fix plugin inclusion warnings
36

config/base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ plugins:
55
- rubocop-capybara
66
- rubocop-factory_bot
77
- rubocop-performance
8+
- rubocop-rspec
9+
- rubocop-rspec_rails
810
- rubocop-rails
9-
- rubocop-rspec
1011

1112
inherit_gem:
1213
standard: config/base.yml

lib/renuocop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Renuocop
4-
VERSION = "0.8.1"
4+
VERSION = "0.8.2"
55
end

renuocop.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Gem::Specification.new do |spec|
3434
spec.add_dependency "rubocop-factory_bot"
3535
spec.add_dependency "rubocop-performance"
3636
spec.add_dependency "rubocop-rails", "!= 2.20.0", "!= 2.20.1"
37+
spec.add_dependency "rubocop-rspec"
3738
spec.add_dependency "rubocop-rspec_rails"
3839
spec.add_dependency "standard", ">= 1.35.1"
3940

0 commit comments

Comments
 (0)