File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -101,34 +101,34 @@ RSpec:
101
101
- expect_no_offenses
102
102
- expect_offense
103
103
104
+ RSpec/DescribeClass :
105
+ Exclude :
106
+ - spec/project/**/*.rb
107
+
104
108
RSpec/ExampleLength :
105
109
CountAsOne :
106
110
- heredoc
107
111
Max : 11
108
112
109
- RSpec/DescribeClass :
110
- Exclude :
111
- - spec/project/**/*.rb
112
-
113
113
RSpec/MultipleExpectations :
114
114
Max : 2
115
115
116
+ RSpec/SpecFilePathFormat :
117
+ Exclude :
118
+ - spec/rubocop/cop/rspec/mixin/**/*.rb
119
+
116
120
# `expect_offense` does not use Kernel#format or String#%
117
121
Style/FormatStringToken :
118
122
Exclude :
119
123
- spec/rubocop/**/*.rb
120
124
121
- Style/RequireOrder :
122
- Enabled : true
123
-
124
- RSpec/SpecFilePathFormat :
125
- Exclude :
126
- - spec/rubocop/cop/rspec/mixin/**/*.rb
127
-
128
125
Style/NumberedParameters :
129
126
Enabled : true
130
127
EnforcedStyle : disallow
131
128
129
+ Style/RequireOrder :
130
+ Enabled : true
131
+
132
132
# Enable RuboCop's pending cops up to v1.63
133
133
134
134
Gemspec/DeprecatedAttributeAssignment : {Enabled: true}
You can’t perform that action at this time.
0 commit comments