Skip to content

Commit 43de73d

Browse files
committed
Add rubocop
1 parent a5e1a1c commit 43de73d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Gemfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ gemspec
77

88
gem "rake"
99
gem "rspec"
10-
gem "standard"
1110
gem "simplecov", require: false
11+
gem "standard", require: false
12+
gem "rubocop", require: false
13+
gem "rubocop-disable_syntax", require: false
14+
gem "rubocop-performance", require: false
15+
gem "rubocop-rake", require: false
16+
gem "rubocop-rspec", require: false

Gemfile.lock

+13
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,18 @@ GEM
4848
rubocop-ast (1.44.0)
4949
parser (>= 3.3.7.2)
5050
prism (~> 1.4)
51+
rubocop-disable_syntax (0.1.1)
52+
rubocop (>= 1.50)
5153
rubocop-performance (1.25.0)
5254
lint_roller (~> 1.1)
5355
rubocop (>= 1.75.0, < 2.0)
5456
rubocop-ast (>= 1.38.0, < 2.0)
57+
rubocop-rake (0.7.1)
58+
lint_roller (~> 1.1)
59+
rubocop (>= 1.72.1)
60+
rubocop-rspec (3.5.0)
61+
lint_roller (~> 1.1)
62+
rubocop (~> 1.72, >= 1.72.1)
5563
ruby-progressbar (1.13.0)
5664
simplecov (0.22.0)
5765
docile (~> 1.1)
@@ -82,6 +90,11 @@ DEPENDENCIES
8290
errbit_plugin!
8391
rake
8492
rspec
93+
rubocop
94+
rubocop-disable_syntax
95+
rubocop-performance
96+
rubocop-rake
97+
rubocop-rspec
8598
simplecov
8699
standard
87100

0 commit comments

Comments
 (0)