Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
👮 Update rubocop v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsoku committed Jan 17, 2017
1 parent ee9e887 commit 5a60cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -9,3 +9,7 @@ Metrics/LineLength:

Style/Documentation:
Enabled: false

Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in tachikoma_ai.gemspec
gemspec

gem 'byebug'
gem 'codecov', require: false
gem 'webmock'
gem 'byebug'
2 changes: 1 addition & 1 deletion tachikoma_ai.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop', '0.47.0'
end

0 comments on commit 5a60cf5

Please sign in to comment.