File tree 5 files changed +17
-3
lines changed
5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ * Updates rubocop to [ 1.71.0] ( https://github.com/rubocop/rubocop/tree/v1.71.0 )
6
+
3
7
## 1.44.0
4
8
5
9
* Updates rubocop to [ 1.70.0] ( https://github.com/rubocop/rubocop/tree/v1.70.0 )
Original file line number Diff line number Diff line change 4
4
standard (1.44.0 )
5
5
language_server-protocol (~> 3.17.0.2 )
6
6
lint_roller (~> 1.0 )
7
- rubocop (~> 1.70 .0 )
7
+ rubocop (~> 1.71 .0 )
8
8
standard-custom (~> 1.0.0 )
9
9
standard-performance (~> 1.6 )
10
10
34
34
rbs (3.5.2 )
35
35
logger
36
36
regexp_parser (2.9.3 )
37
- rubocop (1.70 .0 )
37
+ rubocop (1.71 .0 )
38
38
json (~> 2.3 )
39
39
language_server-protocol (>= 3.17.0 )
40
40
parallel (~> 1.10 )
Original file line number Diff line number Diff line change @@ -439,6 +439,10 @@ Lint/AmbiguousRange:
439
439
Lint/AmbiguousRegexpLiteral :
440
440
Enabled : true
441
441
442
+ Lint/ArrayLiteralInRegexp :
443
+ Enabled : true
444
+ AutoCorrect : false
445
+
442
446
Lint/AssignmentInCondition :
443
447
Enabled : true
444
448
AllowSafeAssignment : true
@@ -1279,6 +1283,9 @@ Style/HashExcept:
1279
1283
Style/HashLikeCase :
1280
1284
Enabled : false
1281
1285
1286
+ Style/HashSlice :
1287
+ Enabled : true
1288
+
1282
1289
Style/HashSyntax :
1283
1290
Enabled : true
1284
1291
EnforcedStyle : ruby19_no_mixed_keys
Original file line number Diff line number Diff line change 5
5
6
6
Style/RedundantBegin :
7
7
Enabled : false
8
+
9
+ Style/HashSlice :
10
+ Enabled : false
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . require_paths = [ "lib" ]
22
22
spec . metadata [ "rubygems_mfa_required" ] = "true"
23
23
24
- spec . add_dependency "rubocop" , "~> 1.70 .0"
24
+ spec . add_dependency "rubocop" , "~> 1.71 .0"
25
25
26
26
spec . add_dependency "lint_roller" , "~> 1.0"
27
27
spec . add_dependency "standard-custom" , "~> 1.0.0"
You can’t perform that action at this time.
0 commit comments