Skip to content

Commit 3177a89

Browse files
committed
Merge branch 'rubocop_stability' into message_spies_linting
2 parents a9e60ca + db725f7 commit 3177a89

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).
@@ -1096,7 +1095,6 @@ Style/RedundantFreeze:
10961095
# This cop supports unsafe autocorrection (--autocorrect-all).
10971096
Style/RedundantInterpolation:
10981097
Exclude:
1099-
- 'lib/solargraph/api_map/store.rb'
11001098
- 'lib/solargraph/parser/parser_gem/node_chainer.rb'
11011099
- 'lib/solargraph/source_map/mapper.rb'
11021100

@@ -1121,7 +1119,6 @@ Style/RedundantRegexpEscape:
11211119
# Configuration parameters: AllowMultipleReturnValues.
11221120
Style/RedundantReturn:
11231121
Exclude:
1124-
- 'lib/solargraph/api_map.rb'
11251122
- 'lib/solargraph/complex_type/type_methods.rb'
11261123
- 'lib/solargraph/doc_map.rb'
11271124
- 'lib/solargraph/parser/parser_gem/node_methods.rb'
@@ -1256,7 +1253,11 @@ Style/YAMLFileRead:
12561253

12571254
# This cop supports unsafe autocorrection (--autocorrect-all).
12581255
Style/ZeroLengthPredicate:
1259-
Enabled: false
1256+
Exclude:
1257+
- 'lib/solargraph/language_server/host.rb'
1258+
- 'lib/solargraph/pin/method.rb'
1259+
- 'lib/solargraph/source/chain/array.rb'
1260+
- 'spec/language_server/protocol_spec.rb'
12601261

12611262
# This cop supports safe autocorrection (--autocorrect).
12621263
# Configuration parameters: EnforcedStyle.

0 commit comments

Comments
 (0)