Skip to content

Commit

Permalink
Make the build to pass with rubocop ~> 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 9, 2016
1 parent ec400cb commit 19cfc54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .rubocop.yml
@@ -1,2 +1,9 @@
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: false
Metrics/LineLength:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'test/**/*'
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake test:coverage --trace && bundle exec rubocop --display-cop-names'
script: 'bundle exec rake test:coverage --trace && bundle exec rubocop'
rvm:
- 2.2.5
- 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,5 +13,5 @@ gem 'dry-validation', require: false, github: 'dry-rb/dry-validation' # FIXME: t
gem 'hanami-utils', '~> 0.8', require: false, github: 'hanami/utils', branch: '0.8.x'
gem 'hanami-model', '~> 0.7', require: false, github: 'hanami/model', branch: '0.7.x'
gem 'i18n', '~> 0.7', require: false
gem 'rubocop', '~> 0.41', require: false
gem 'rubocop', '~> 0.45', require: false
gem 'coveralls', require: false

0 comments on commit 19cfc54

Please sign in to comment.