Skip to content

Commit 87b6220

Browse files
committed
Update rubocop
1 parent 97c697c commit 87b6220

2 files changed

Lines changed: 25 additions & 9 deletions

File tree

.rubocop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
AllCops:
2-
TargetRubyVersion: 3.2.0
2+
TargetRubyVersion: 3.2
33
NewCops: enable
44

55
Metrics:
66
Enabled: false
77

8+
Naming/PredicateMethod:
9+
AllowBangMethods: true
10+
811
Style/Documentation:
912
Enabled: false
1013

14+
Style/EmptyClassDefinition:
15+
Enabled: false
16+
1117
Style/NumericLiterals:
1218
Enabled: false
1319

Gemfile.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
public_suffix (>= 2.0.2, < 7.0)
66
ast (2.4.3)
77
base64 (0.3.0)
8+
bigdecimal (4.0.1)
89
concurrent-ruby (1.3.5)
910
discordrb (3.7.2)
1011
base64 (~> 0.2)
@@ -29,12 +30,17 @@ GEM
2930
http-accept (1.7.0)
3031
http-cookie (1.1.0)
3132
domain_name (~> 0.5)
32-
json (2.12.2)
33+
json (2.18.1)
34+
json-schema (6.1.0)
35+
addressable (~> 2.8)
36+
bigdecimal (>= 3.1, < 5)
3337
jwt (2.10.1)
3438
base64
3539
language_server-protocol (3.17.0.5)
3640
lint_roller (1.1.0)
3741
logger (1.7.0)
42+
mcp (0.8.0)
43+
json-schema (>= 4.1)
3844
mime-types (3.7.0)
3945
logger
4046
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -50,33 +56,34 @@ GEM
5056
opus-ruby (1.0.1)
5157
ffi
5258
parallel (1.27.0)
53-
parser (3.3.8.0)
59+
parser (3.3.10.2)
5460
ast (~> 2.4.1)
5561
racc
56-
prism (1.4.0)
62+
prism (1.9.0)
5763
public_suffix (6.0.2)
5864
racc (1.8.1)
5965
rainbow (3.1.1)
60-
regexp_parser (2.10.0)
66+
regexp_parser (2.11.3)
6167
rest-client (2.1.0)
6268
http-accept (>= 1.7.0, < 2.0)
6369
http-cookie (>= 1.0.2, < 2.0)
6470
mime-types (>= 1.16, < 4.0)
6571
netrc (~> 0.8)
66-
rubocop (1.76.0)
72+
rubocop (1.85.1)
6773
json (~> 2.3)
6874
language_server-protocol (~> 3.17.0.2)
6975
lint_roller (~> 1.1.0)
76+
mcp (~> 0.6)
7077
parallel (~> 1.10)
7178
parser (>= 3.3.0.2)
7279
rainbow (>= 2.2.2, < 4.0)
7380
regexp_parser (>= 2.9.3, < 3.0)
74-
rubocop-ast (>= 1.45.0, < 2.0)
81+
rubocop-ast (>= 1.49.0, < 2.0)
7582
ruby-progressbar (~> 1.7)
7683
unicode-display_width (>= 2.4.0, < 4.0)
77-
rubocop-ast (1.45.0)
84+
rubocop-ast (1.49.0)
7885
parser (>= 3.3.7.2)
79-
prism (~> 1.4)
86+
prism (~> 1.7)
8087
ruby-progressbar (1.13.0)
8188
sawyer (0.9.2)
8289
addressable (>= 2.3.5)
@@ -87,6 +94,9 @@ GEM
8794
unicode-display_width (3.1.4)
8895
unicode-emoji (~> 4.0, >= 4.0.4)
8996
unicode-emoji (4.0.4)
97+
unicode-display_width (3.2.0)
98+
unicode-emoji (~> 4.1)
99+
unicode-emoji (4.2.0)
90100
uri (1.0.3)
91101
websocket (1.2.11)
92102
websocket-client-simple (0.9.0)

0 commit comments

Comments
 (0)