Skip to content

Commit dfc165b

Browse files
chore(deps): update dependency rubocop to v1.86.0 (#2718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
1 parent ca8e04f commit dfc165b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ GEM
1010
base64 (0.2.0)
1111
claide (1.1.0)
1212
colored2 (3.1.2)
13-
json (2.13.2)
13+
json (2.19.3)
1414
language_server-protocol (3.17.0.5)
1515
lint_roller (1.1.0)
1616
minitest (5.27.0)
1717
nanaimo (0.4.0)
1818
nkf (0.2.0)
1919
parallel (1.27.0)
20-
parser (3.3.9.0)
20+
parser (3.3.11.1)
2121
ast (~> 2.4.1)
2222
racc
23-
prism (1.4.0)
23+
prism (1.9.0)
2424
racc (1.8.1)
2525
rainbow (3.1.1)
26-
regexp_parser (2.10.0)
26+
regexp_parser (2.11.3)
2727
rexml (3.4.2)
28-
rubocop (1.79.2)
28+
rubocop (1.86.0)
2929
json (~> 2.3)
3030
language_server-protocol (~> 3.17.0.2)
3131
lint_roller (~> 1.1.0)
3232
parallel (~> 1.10)
3333
parser (>= 3.3.0.2)
3434
rainbow (>= 2.2.2, < 4.0)
3535
regexp_parser (>= 2.9.3, < 3.0)
36-
rubocop-ast (>= 1.46.0, < 2.0)
36+
rubocop-ast (>= 1.49.0, < 2.0)
3737
ruby-progressbar (~> 1.7)
3838
unicode-display_width (>= 2.4.0, < 4.0)
39-
rubocop-ast (1.46.0)
39+
rubocop-ast (1.49.1)
4040
parser (>= 3.3.7.2)
41-
prism (~> 1.4)
41+
prism (~> 1.7)
4242
rubocop-minitest (0.38.2)
4343
lint_roller (~> 1.1)
4444
rubocop (>= 1.75.0, < 2.0)

packages/app/.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Style/HashTransformKeys:
6060
Style/HashTransformValues:
6161
Enabled: true
6262

63+
Style/OneClassPerFile:
64+
Exclude:
65+
- ios/test_app.rb
66+
- test/test_test_app.rb
67+
6368
Style/TrailingCommaInArrayLiteral:
6469
EnforcedStyleForMultiline: comma
6570

0 commit comments

Comments
 (0)