Skip to content

Commit 29a4b66

Browse files
committed
Add rubocop-minitest, rubocop-performance, and rubocop-rake
1 parent ccc0b7e commit 29a4b66

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
require:
2+
- rubocop-minitest
3+
- rubocop-performance
4+
- rubocop-rake
5+
16
AllCops:
27
DisplayCopNames: true
38
NewCops: enable

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ end
1616

1717
group :development do
1818
gem "rubocop"
19+
gem "rubocop-minitest"
20+
gem "rubocop-performance"
21+
gem "rubocop-rake"
1922
gem "sprockets"
2023
gem "uglifier"
2124
gem "yui-compressor"

Gemfile.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ GEM
4545
unicode-display_width (>= 2.4.0, < 3.0)
4646
rubocop-ast (1.30.0)
4747
parser (>= 3.2.1.0)
48+
rubocop-minitest (0.34.2)
49+
rubocop (>= 1.39, < 2.0)
50+
rubocop-ast (>= 1.30.0, < 2.0)
51+
rubocop-performance (1.20.1)
52+
rubocop (>= 1.48.1, < 2.0)
53+
rubocop-ast (>= 1.30.0, < 2.0)
54+
rubocop-rake (0.6.0)
55+
rubocop (~> 1.0)
4856
ruby-progressbar (1.13.0)
4957
simplecov_json_formatter (0.1.4)
5058
sprockets (4.2.1)
@@ -63,6 +71,9 @@ DEPENDENCIES
6371
minitest
6472
rake (>= 11)
6573
rubocop
74+
rubocop-minitest
75+
rubocop-performance
76+
rubocop-rake
6677
simplecov!
6778
simplecov-html!
6879
sprockets

0 commit comments

Comments
 (0)