File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 31
31
# - name: Run Tests
32
32
# run: bundle exec rspec
33
33
34
- - name : Linting
35
- run : rubocop -A
34
+ - name : Run StandardRB
35
+ run : bundle exec standardrb
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ source "https://rubygems.org"
5
5
gem "rake"
6
6
gem "rspec"
7
7
gem "rubocop" , require : false
8
+ gem "standardrb"
8
9
gem "yaml"
Original file line number Diff line number Diff line change 5
5
diff-lcs (1.5.1 )
6
6
json (2.9.1 )
7
7
language_server-protocol (3.17.0.4 )
8
+ lint_roller (1.1.0 )
8
9
parallel (1.26.3 )
9
10
parser (3.3.7.0 )
10
11
ast (~> 2.4.1 )
38
39
unicode-display_width (>= 2.4.0 , < 4.0 )
39
40
rubocop-ast (1.38.0 )
40
41
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 )
41
45
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
42
60
unicode-display_width (3.1.4 )
43
61
unicode-emoji (~> 4.0 , >= 4.0.4 )
44
62
unicode-emoji (4.0.4 )
@@ -51,6 +69,7 @@ DEPENDENCIES
51
69
rake
52
70
rspec
53
71
rubocop
72
+ standardrb
54
73
yaml
55
74
56
75
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments