Skip to content

Commit db725f7

Browse files
committed
Update rubocop todo
1 parent 1b12d27 commit db725f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ Layout/TrailingWhitespace:
285285
# Configuration parameters: AllowedMethods, AllowedPatterns.
286286
Lint/AmbiguousBlockAssociation:
287287
Exclude:
288-
- 'lib/solargraph/api_map.rb'
289288
- 'lib/solargraph/language_server/host.rb'
290289

291290
# This cop supports safe autocorrection (--autocorrect).
@@ -1108,7 +1107,6 @@ Style/RedundantFreeze:
11081107
# This cop supports unsafe autocorrection (--autocorrect-all).
11091108
Style/RedundantInterpolation:
11101109
Exclude:
1111-
- 'lib/solargraph/api_map/store.rb'
11121110
- 'lib/solargraph/parser/parser_gem/node_chainer.rb'
11131111
- 'lib/solargraph/source_map/mapper.rb'
11141112

@@ -1133,7 +1131,6 @@ Style/RedundantRegexpEscape:
11331131
# Configuration parameters: AllowMultipleReturnValues.
11341132
Style/RedundantReturn:
11351133
Exclude:
1136-
- 'lib/solargraph/api_map.rb'
11371134
- 'lib/solargraph/complex_type/type_methods.rb'
11381135
- 'lib/solargraph/doc_map.rb'
11391136
- 'lib/solargraph/parser/parser_gem/node_methods.rb'
@@ -1268,7 +1265,11 @@ Style/YAMLFileRead:
12681265

12691266
# This cop supports unsafe autocorrection (--autocorrect-all).
12701267
Style/ZeroLengthPredicate:
1271-
Enabled: false
1268+
Exclude:
1269+
- 'lib/solargraph/language_server/host.rb'
1270+
- 'lib/solargraph/pin/method.rb'
1271+
- 'lib/solargraph/source/chain/array.rb'
1272+
- 'spec/language_server/protocol_spec.rb'
12721273

12731274
# This cop supports safe autocorrection (--autocorrect).
12741275
# Configuration parameters: EnforcedStyle.

0 commit comments

Comments
 (0)