Skip to content

Commit d501506

Browse files
committed
use standardrb
1 parent 70a5c1a commit d501506

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
# - name: Run Tests
3232
# run: bundle exec rspec
3333

34-
- name: Linting
35-
run: rubocop -A
34+
- name: Run StandardRB
35+
run: bundle exec standardrb

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ source "https://rubygems.org"
55
gem "rake"
66
gem "rspec"
77
gem "rubocop", require: false
8+
gem "standardrb"
89
gem "yaml"

Gemfile.lock

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
diff-lcs (1.5.1)
66
json (2.9.1)
77
language_server-protocol (3.17.0.4)
8+
lint_roller (1.1.0)
89
parallel (1.26.3)
910
parser (3.3.7.0)
1011
ast (~> 2.4.1)
@@ -38,7 +39,24 @@ GEM
3839
unicode-display_width (>= 2.4.0, < 4.0)
3940
rubocop-ast (1.38.0)
4041
parser (>= 3.3.1.0)
42+
rubocop-performance (1.23.1)
43+
rubocop (>= 1.48.1, < 2.0)
44+
rubocop-ast (>= 1.31.1, < 2.0)
4145
ruby-progressbar (1.13.0)
46+
standard (1.35.0.1)
47+
language_server-protocol (~> 3.17.0.2)
48+
lint_roller (~> 1.0)
49+
rubocop (~> 1.62)
50+
standard-custom (~> 1.0.0)
51+
standard-performance (~> 1.3)
52+
standard-custom (1.0.2)
53+
lint_roller (~> 1.0)
54+
rubocop (~> 1.50)
55+
standard-performance (1.6.0)
56+
lint_roller (~> 1.1)
57+
rubocop-performance (~> 1.23.0)
58+
standardrb (1.0.1)
59+
standard
4260
unicode-display_width (3.1.4)
4361
unicode-emoji (~> 4.0, >= 4.0.4)
4462
unicode-emoji (4.0.4)
@@ -51,6 +69,7 @@ DEPENDENCIES
5169
rake
5270
rspec
5371
rubocop
72+
standardrb
5473
yaml
5574

5675
BUNDLED WITH

0 commit comments

Comments
 (0)