File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7
7
- Add support for error matchers (` raise_exception ` and ` raise_error ` ) to ` RSpec/Dialect ` . ([ @lovro-bikic ] )
8
8
- Don't register offenses for ` RSpec/DescribedClass ` within ` Data.define ` blocks. ([ @lovro-bikic ] )
9
9
- Add autocorrection support for ` RSpec/IteratedExpectation ` for single expectations. ([ @lovro-bikic ] )
10
+ - Exclude all cops from inspecting factorybot files, except if explicitly included. ([ @Mth0158 ] )
10
11
11
12
## 3.6.0 (2025-04-18)
12
13
@@ -1027,6 +1028,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
1027
1028
[ @mlarraz ] : https://github.com/mlarraz
1028
1029
[ @mockdeep ] : https://github.com/mockdeep
1029
1030
[ @mothonmars ] : https://github.com/MothOnMars
1031
+ [ @mth0158 ] : https://github.com/Mth0158
1030
1032
[ @mvz ] : https://github.com/mvz
1031
1033
[ @naveg ] : https://github.com/naveg
1032
1034
[ @nc-holodakg ] : https://github.com/nc-holodakg
Original file line number Diff line number Diff line change 6
6
Include :
7
7
- " **/*_spec.rb"
8
8
- " **/spec/**/*"
9
+ Exclude :
10
+ - " **/spec/factories.rb"
11
+ - " **/spec/factories/**/*.rb"
12
+ - " **/features/support/factories/**/*.rb"
9
13
Language :
10
14
inherit_mode :
11
15
merge :
You can’t perform that action at this time.
0 commit comments