Skip to content

Commit

Permalink
Bump rubocop version
Browse files Browse the repository at this point in the history
* Remove deprecated cops
  • Loading branch information
mtchavez committed Feb 21, 2016
1 parent 05eacf9 commit 3e89202
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ Style/SpaceAfterComma:
Enabled: true

# Supports --auto-correct
Style/SpaceAfterControlKeyword:
Style/SpaceAroundKeyword:
Description: Use spaces after if/elsif/unless/while/until/case/when.
Enabled: true

Expand Down Expand Up @@ -1650,11 +1650,6 @@ Style/SpaceBeforeFirstArg:
Enabled: true
AllowForAlignment: true

# Supports --auto-correct
Style/SpaceBeforeModifierKeyword:
Description: Put a space before the modifier keyword.
Enabled: true

# Supports --auto-correct
Style/SpaceBeforeSemicolon:
Description: No spaces before semicolons.
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.36.0)
parser (>= 2.3.0.0, < 3.0)
rubocop (0.37.2)
parser (>= 2.3.0.4, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 0.3)
ruby-progressbar (1.7.5)
safe_yaml (1.0.4)
simplecov (0.11.2)
Expand All @@ -83,6 +84,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
unicode-display_width (0.3.1)
vcr (3.0.1)
webmock (1.24.0)
addressable (>= 2.3.6)
Expand All @@ -104,7 +106,7 @@ DEPENDENCIES
redcarpet (~> 3.3.4)
rspec (~> 2.14.1, >= 2.14.1)
rspec_junit_formatter (= 0.2.3)
rubocop (~> 0.36.0)
rubocop (~> 0.37.2)
simplecov (~> 0.11.2)
typhoeus (~> 1.0.1)
vcr (~> 3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion circleci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 10.5.0'
s.add_development_dependency 'redcarpet', '~> 3.3.4'
s.add_development_dependency 'rspec', '~> 2.14.1', '>= 2.14.1'
s.add_development_dependency 'rubocop', '~> 0.36.0'
s.add_development_dependency 'rubocop', '~> 0.37.2'
s.add_development_dependency 'simplecov', '~> 0.11.2'
s.add_development_dependency 'typhoeus', '~> 1.0.1'
s.add_development_dependency 'vcr', '~> 3.0.1'
Expand Down

0 comments on commit 3e89202

Please sign in to comment.