Skip to content

Commit 77d7e54

Browse files
committed
Add rubocop
1 parent f49c9dd commit 77d7e54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gemspec
77
gem "rake"
88
gem "rspec"
99
gem "simplecov", require: false
10-
gem "standard"
10+
gem "standard", require: false
11+
gem "rubocop", require: false

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ DEPENDENCIES
146146
errbit_github_plugin!
147147
rake
148148
rspec
149+
rubocop
149150
simplecov
150151
standard
151152

0 commit comments

Comments
 (0)