We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a2e4d + 99f3bc3 commit cc3a725Copy full SHA for cc3a725
.rubocop.yml
@@ -1,5 +1,7 @@
1
inherit_from: base_rubocop.yml
2
3
+require: rubocop-rspec
4
+
5
Style/FileName:
6
Exclude:
7
- 'bin/codeclimate-rubocop'
Gemfile.lock
@@ -42,7 +42,8 @@ GEM
42
rainbow (>= 1.99.1, < 3.0)
43
ruby-progressbar (~> 1.7)
44
unicode-display_width (~> 1.0, >= 1.0.1)
45
- rubocop-rspec (1.4.0)
+ rubocop-rspec (1.5.0)
46
+ rubocop (>= 0.40.0)
47
ruby-progressbar (1.8.1)
48
safe_yaml (1.0.4)
49
slop (3.6.0)
0 commit comments