Skip to content

Commit

Permalink
Fix all RuboCop offenses (big refactor)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 17, 2015
1 parent 2fcf112 commit aa08214
Show file tree
Hide file tree
Showing 14 changed files with 679 additions and 756 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AllCops:
Exclude:
- .kitchen
- vendor/**/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ matrix:
bundler_args: --jobs=3 --retry=3 --without='doc integration integration_vagrant integration_docker integration_cloud guard'

script:
- bundle exec rake unit
- bundle exec rake style unit
Loading

0 comments on commit aa08214

Please sign in to comment.