Skip to content

Commit cc3a725

Browse files
authored
Merge pull request #70 from codeclimate/pb-rubocop-rspec
Upgrade rubocop-rspec
2 parents c4a2e4d + 99f3bc3 commit cc3a725

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
inherit_from: base_rubocop.yml
22

3+
require: rubocop-rspec
4+
35
Style/FileName:
46
Exclude:
57
- 'bin/codeclimate-rubocop'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ GEM
4242
rainbow (>= 1.99.1, < 3.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (~> 1.0, >= 1.0.1)
45-
rubocop-rspec (1.4.0)
45+
rubocop-rspec (1.5.0)
46+
rubocop (>= 0.40.0)
4647
ruby-progressbar (1.8.1)
4748
safe_yaml (1.0.4)
4849
slop (3.6.0)

0 commit comments

Comments
 (0)