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 77- Add support for error matchers (` raise_exception ` and ` raise_error ` ) to ` RSpec/Dialect ` . ([ @lovro-bikic ] )
88- Don't register offenses for ` RSpec/DescribedClass ` within ` Data.define ` blocks. ([ @lovro-bikic ] )
99- Add autocorrection support for ` RSpec/IteratedExpectation ` for single expectations. ([ @lovro-bikic ] )
10+ - Exclude all cops from inspecting factorybot files, except if explicitly included. ([ @Mth0158 ] )
1011
1112## 3.6.0 (2025-04-18)
1213
@@ -1027,6 +1028,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
10271028[ @mlarraz ] : https://github.com/mlarraz
10281029[ @mockdeep ] : https://github.com/mockdeep
10291030[ @mothonmars ] : https://github.com/MothOnMars
1031+ [ @mth0158 ] : https://github.com/Mth0158
10301032[ @mvz ] : https://github.com/mvz
10311033[ @naveg ] : https://github.com/naveg
10321034[ @nc-holodakg ] : https://github.com/nc-holodakg
Original file line number Diff line number Diff line change 66 Include :
77 - " **/*_spec.rb"
88 - " **/spec/**/*"
9+ Exclude :
10+ - " **/spec/factories.rb"
11+ - " **/spec/factories/**/*.rb"
12+ - " **/features/support/factories/**/*.rb"
913 Language :
1014 inherit_mode :
1115 merge :
You can’t perform that action at this time.
0 commit comments