Skip to content

Commit

Permalink
add rubocop-factory_bot (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
desheikh authored Jan 15, 2024
1 parent 1e7d995 commit bca4a28
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.3.0 - 2023-01-11
## 7.4.0 - 2024-01-14
### Changed
- Add rubocop-factory_bot

## 7.3.0 - 2024-01-11
### Changed
- Disable some cops which don't add significant value

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
ws-style (7.3.0)
ws-style (7.4.0)
rubocop-factory_bot (>= 2.25.1)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down Expand Up @@ -87,8 +88,8 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.0)
rubocop (~> 1.33)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand Down
1 change: 1 addition & 0 deletions core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require:
- standard-custom
- rubocop-performance
- rubocop-vendor
- rubocop-factory_bot

inherit_gem:
standard: config/base.yml
Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.3.0'.freeze
VERSION = '7.4.0'.freeze
end
end
1 change: 1 addition & 0 deletions ws-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'standard-rails', '>= 0.1.0'
s.add_dependency 'rubocop-rspec', '>= 2.2.0'
s.add_dependency 'rubocop-vendor', '>= 0.11'
s.add_dependency 'rubocop-factory_bot', '>= 2.25.1'

s.add_development_dependency 'bundler'
s.add_development_dependency 'bundler-audit'
Expand Down

0 comments on commit bca4a28

Please sign in to comment.