Skip to content

Commit 752d955

Browse files
committed
rubocop -a
1 parent 8034ea0 commit 752d955

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,9 @@ RSpec/DescribeClass:
920920
- '**/spec/routing/**/*'
921921
- '**/spec/system/**/*'
922922
- '**/spec/views/**/*'
923+
- 'spec/api_map_method_spec.rb'
923924
- 'spec/complex_type_spec.rb'
924925
- 'spec/source_map/node_processor_spec.rb'
925-
- 'spec/api_map_method_spec.rb'
926926

927927
# This cop supports unsafe autocorrection (--autocorrect-all).
928928
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
@@ -1045,7 +1045,6 @@ RSpec/ExampleLength:
10451045
# DisallowedExamples: works
10461046
RSpec/ExampleWording:
10471047
Exclude:
1048-
- 'spec/convention/struct_definition_spec.rb'
10491048
- 'spec/pin/base_spec.rb'
10501049
- 'spec/pin/method_spec.rb'
10511050

@@ -1086,7 +1085,6 @@ RSpec/ImplicitExpect:
10861085
RSpec/InstanceVariable:
10871086
Exclude:
10881087
- 'spec/api_map/config_spec.rb'
1089-
- 'spec/api_map_spec.rb'
10901088
- 'spec/diagnostics/require_not_found_spec.rb'
10911089
- 'spec/language_server/host/dispatch_spec.rb'
10921090
- 'spec/language_server/host_spec.rb'
@@ -2225,12 +2223,6 @@ Style/RedundantFreeze:
22252223
- 'lib/solargraph/complex_type.rb'
22262224
- 'lib/solargraph/source_map/mapper.rb'
22272225

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-
22342226
# This cop supports unsafe autocorrection (--autocorrect-all).
22352227
Style/RedundantInterpolation:
22362228
Exclude:
@@ -2258,24 +2250,13 @@ Style/RedundantRegexpArgument:
22582250
- 'spec/diagnostics/rubocop_spec.rb'
22592251
- 'spec/language_server/host_spec.rb'
22602252

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-
22672253
# This cop supports safe autocorrection (--autocorrect).
22682254
Style/RedundantRegexpEscape:
22692255
Exclude:
22702256
- 'lib/solargraph/complex_type.rb'
22712257
- 'lib/solargraph/diagnostics/rubocop.rb'
22722258
- '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'
22762259
- 'lib/solargraph/shell.rb'
2277-
- 'lib/solargraph/source/change.rb'
2278-
- 'lib/solargraph/source/cursor.rb'
22792260
- 'lib/solargraph/source_map/clip.rb'
22802261
- 'lib/solargraph/source_map/mapper.rb'
22812262

@@ -2638,7 +2619,6 @@ YARD/MismatchName:
26382619
Exclude:
26392620
- 'lib/solargraph/complex_type.rb'
26402621
- 'lib/solargraph/complex_type/unique_type.rb'
2641-
- 'lib/solargraph/gem_pins.rb'
26422622
- 'lib/solargraph/language_server/host.rb'
26432623
- 'lib/solargraph/language_server/host/dispatch.rb'
26442624
- 'lib/solargraph/language_server/request.rb'

0 commit comments

Comments
 (0)