File tree 4 files changed +35
-13
lines changed
4 files changed +35
-13
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.72.0] ( https://github.com/rubocop/rubocop/tree/v1.72.0 )
6
+
3
7
## 1.45.0
4
8
5
9
* Updates rubocop to [ 1.71.0] ( https://github.com/rubocop/rubocop/tree/v1.71.0 )
Original file line number Diff line number Diff line change 4
4
standard (1.45.0 )
5
5
language_server-protocol (~> 3.17.0.2 )
6
6
lint_roller (~> 1.0 )
7
- rubocop (~> 1.71 .0 )
7
+ rubocop (~> 1.72 .0 )
8
8
standard-custom (~> 1.0.0 )
9
9
standard-performance (~> 1.6 )
10
10
13
13
specs:
14
14
ast (2.4.2 )
15
15
docile (1.4.0 )
16
- json (2.6.3 )
17
- language_server-protocol (3.17.0.3 )
16
+ json (2.10.1 )
17
+ language_server-protocol (3.17.0.4 )
18
18
lint_roller (1.1.0 )
19
19
logger (1.6.0 )
20
20
m (1.6.2 )
23
23
method_source (1.0.0 )
24
24
minitest (5.25.1 )
25
25
mutex_m (0.2.0 )
26
- parallel (1.23.0 )
27
- parser (3.3.6.0 )
26
+ parallel (1.26.3 )
27
+ parser (3.3.7.1 )
28
28
ast (~> 2.4.1 )
29
29
racc
30
30
prism (0.30.0 )
31
- racc (1.7 .1 )
31
+ racc (1.8 .1 )
32
32
rainbow (3.1.1 )
33
33
rake (13.0.6 )
34
34
rbs (3.5.2 )
35
35
logger
36
- regexp_parser (2.9.3 )
37
- rubocop (1.71.0 )
36
+ regexp_parser (2.10.0 )
37
+ rubocop (1.72.2 )
38
38
json (~> 2.3 )
39
- language_server-protocol (>= 3.17.0 )
39
+ language_server-protocol (~> 3.17.0.2 )
40
+ lint_roller (~> 1.1.0 )
40
41
parallel (~> 1.10 )
41
42
parser (>= 3.3.0.2 )
42
43
rainbow (>= 2.2.2 , < 4.0 )
43
44
regexp_parser (>= 2.9.3 , < 3.0 )
44
- rubocop-ast (>= 1.36.2 , < 2.0 )
45
+ rubocop-ast (>= 1.38.0 , < 2.0 )
45
46
ruby-progressbar (~> 1.7 )
46
47
unicode-display_width (>= 2.4.0 , < 4.0 )
47
- rubocop-ast (1.36.2 )
48
+ rubocop-ast (1.38.1 )
48
49
parser (>= 3.3.1.0 )
49
50
rubocop-performance (1.23.0 )
50
51
rubocop (>= 1.48.1 , < 2.0 )
68
69
standard-performance (1.6.0 )
69
70
lint_roller (~> 1.1 )
70
71
rubocop-performance (~> 1.23.0 )
71
- unicode-display_width (2.5.0 )
72
+ unicode-display_width (3.1.4 )
73
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
74
+ unicode-emoji (4.0.4 )
72
75
73
76
PLATFORMS
74
77
ruby
Original file line number Diff line number Diff line change @@ -474,6 +474,9 @@ Lint/ConstantReassignment:
474
474
Lint/ConstantResolution :
475
475
Enabled : false
476
476
477
+ Lint/CopDirectiveSyntax :
478
+ Enabled : false
479
+
477
480
Lint/Debugger :
478
481
Enabled : true
479
482
@@ -714,6 +717,9 @@ Lint/RedundantSplatExpansion:
714
717
Lint/RedundantStringCoercion :
715
718
Enabled : true
716
719
720
+ Lint/RedundantTypeConversion :
721
+ Enabled : true
722
+
717
723
Lint/RedundantWithIndex :
718
724
Enabled : true
719
725
@@ -793,6 +799,9 @@ Lint/StructNewOverride:
793
799
Lint/SuppressedException :
794
800
Enabled : false
795
801
802
+ Lint/SuppressedExceptionInNumberConversion :
803
+ Enabled : false
804
+
796
805
Lint/SymbolConversion :
797
806
Enabled : true
798
807
@@ -853,6 +862,9 @@ Lint/UselessAccessModifier:
853
862
Lint/UselessAssignment :
854
863
Enabled : true
855
864
865
+ Lint/UselessConstantScoping :
866
+ Enabled : false
867
+
856
868
Lint/UselessDefined :
857
869
Enabled : true
858
870
@@ -1620,6 +1632,9 @@ Style/RedundantFileExtensionInRequire:
1620
1632
Style/RedundantFilterChain :
1621
1633
Enabled : false
1622
1634
1635
+ Style/RedundantFormat :
1636
+ Enabled : true
1637
+
1623
1638
Style/RedundantFreeze :
1624
1639
Enabled : true
1625
1640
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.71 .0"
24
+ spec . add_dependency "rubocop" , "~> 1.72 .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