Skip to content

Commit 4126dd2

Browse files
committed
Add require rubocop-rspec_rails
Sort requires
1 parent aaca2fb commit 4126dd2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See [releases notes](https://github.com/petalmd/rubocop-petal/releases)
22

3+
* Add missing 'rubocop-rspec_rails' ([#88](https://github.com/petalmd/rubocop-petal/pull/88))
4+
35
# v1.6.0 (2025-01-16)
46

57
* Sidekiq/SymbolArgument now handles Arrays/Hashes with symbols and has an autocorrection ([#86](https://github.com/petalmd/rubocop-petal/pull/86))

config/base.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
require:
2-
- rubocop-rails
32
- rubocop-performance
4-
- rubocop-rspec
53
- rubocop-petal
4+
- rubocop-rails
5+
- rubocop-rspec
6+
- rubocop-rspec_rails
67

78
AllCops:
89
SuggestExtensions: false

0 commit comments

Comments
 (0)