Skip to content

Commit 5819db4

Browse files
committed
Migrate to RuboCop from Standard
1 parent 39d3502 commit 5819db4

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
inherit_from:
2+
- https://rubocop.jgarber.cc/rubocop.yml
3+
- https://rubocop.jgarber.cc/rubocop-rspec.yml
4+
5+
plugins: rubocop-packaging

.standard.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ gem "debug"
99
gem "irb"
1010
gem "rake"
1111
gem "rspec"
12+
gem "rubocop"
13+
gem "rubocop-packaging"
14+
gem "rubocop-performance"
15+
gem "rubocop-rake"
16+
gem "rubocop-rspec"
1217
gem "simplecov"
1318
gem "simplecov-console"
14-
gem "standard"
1519
gem "webmock"

0 commit comments

Comments
 (0)