File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
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 ] )
11
10
- Exclude all cops from inspecting factorybot files, except if explicitly included. ([ @Mth0158 ] )
12
11
13
12
## 3.6.0 (2025-04-18)
Original file line number Diff line number Diff line change 9
9
Exclude :
10
10
- " **/spec/factories.rb"
11
11
- " **/spec/factories/**/*.rb"
12
- - " **/test/factories.rb"
13
- - " **/test/factories/**/*.rb"
14
12
- " **/features/support/factories/**/*.rb"
15
13
Language :
16
14
inherit_mode :
@@ -116,14 +114,7 @@ RSpec:
116
114
Metrics/BlockLength :
117
115
inherit_mode :
118
116
merge :
119
- - Include
120
117
- Exclude
121
- Include :
122
- - " **/spec/factories.rb"
123
- - " **/spec/factories/**/*.rb"
124
- - " **/test/factories.rb"
125
- - " **/test/factories/**/*.rb"
126
- - " **/features/support/factories/**/*.rb"
127
118
Exclude :
128
119
- " **/*_spec.rb"
129
120
- " **/spec/**/*"
You can’t perform that action at this time.
0 commit comments