@@ -920,9 +920,9 @@ RSpec/DescribeClass:
920
920
- ' **/spec/routing/**/*'
921
921
- ' **/spec/system/**/*'
922
922
- ' **/spec/views/**/*'
923
+ - ' spec/api_map_method_spec.rb'
923
924
- ' spec/complex_type_spec.rb'
924
925
- ' spec/source_map/node_processor_spec.rb'
925
- - ' spec/api_map_method_spec.rb'
926
926
927
927
# This cop supports unsafe autocorrection (--autocorrect-all).
928
928
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
@@ -1045,7 +1045,6 @@ RSpec/ExampleLength:
1045
1045
# DisallowedExamples: works
1046
1046
RSpec/ExampleWording :
1047
1047
Exclude :
1048
- - ' spec/convention/struct_definition_spec.rb'
1049
1048
- ' spec/pin/base_spec.rb'
1050
1049
- ' spec/pin/method_spec.rb'
1051
1050
@@ -1086,7 +1085,6 @@ RSpec/ImplicitExpect:
1086
1085
RSpec/InstanceVariable :
1087
1086
Exclude :
1088
1087
- ' spec/api_map/config_spec.rb'
1089
- - ' spec/api_map_spec.rb'
1090
1088
- ' spec/diagnostics/require_not_found_spec.rb'
1091
1089
- ' spec/language_server/host/dispatch_spec.rb'
1092
1090
- ' spec/language_server/host_spec.rb'
@@ -2225,12 +2223,6 @@ Style/RedundantFreeze:
2225
2223
- ' lib/solargraph/complex_type.rb'
2226
2224
- ' lib/solargraph/source_map/mapper.rb'
2227
2225
2228
- # This cop supports unsafe autocorrection (--autocorrect-all).
2229
- # Configuration parameters: AllowComments.
2230
- Style/RedundantInitialize :
2231
- Exclude :
2232
- - ' lib/solargraph/rbs_map/core_map.rb'
2233
-
2234
2226
# This cop supports unsafe autocorrection (--autocorrect-all).
2235
2227
Style/RedundantInterpolation :
2236
2228
Exclude :
@@ -2258,24 +2250,13 @@ Style/RedundantRegexpArgument:
2258
2250
- ' spec/diagnostics/rubocop_spec.rb'
2259
2251
- ' spec/language_server/host_spec.rb'
2260
2252
2261
- # This cop supports safe autocorrection (--autocorrect).
2262
- Style/RedundantRegexpCharacterClass :
2263
- Exclude :
2264
- - ' lib/solargraph/source/cursor.rb'
2265
- - ' lib/solargraph/source/source_chainer.rb'
2266
-
2267
2253
# This cop supports safe autocorrection (--autocorrect).
2268
2254
Style/RedundantRegexpEscape :
2269
2255
Exclude :
2270
2256
- ' lib/solargraph/complex_type.rb'
2271
2257
- ' lib/solargraph/diagnostics/rubocop.rb'
2272
2258
- ' lib/solargraph/language_server/uri_helpers.rb'
2273
- - ' lib/solargraph/parser/parser_gem/node_methods.rb'
2274
- - ' lib/solargraph/pin/method.rb'
2275
- - ' lib/solargraph/pin/parameter.rb'
2276
2259
- ' lib/solargraph/shell.rb'
2277
- - ' lib/solargraph/source/change.rb'
2278
- - ' lib/solargraph/source/cursor.rb'
2279
2260
- ' lib/solargraph/source_map/clip.rb'
2280
2261
- ' lib/solargraph/source_map/mapper.rb'
2281
2262
@@ -2638,7 +2619,6 @@ YARD/MismatchName:
2638
2619
Exclude :
2639
2620
- ' lib/solargraph/complex_type.rb'
2640
2621
- ' lib/solargraph/complex_type/unique_type.rb'
2641
- - ' lib/solargraph/gem_pins.rb'
2642
2622
- ' lib/solargraph/language_server/host.rb'
2643
2623
- ' lib/solargraph/language_server/host/dispatch.rb'
2644
2624
- ' lib/solargraph/language_server/request.rb'
0 commit comments