Skip to content

Commit b627dd4

Browse files
committed
Rubocop polishing
This change polishes the rubocop configuration.
1 parent c77ddac commit b627dd4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ require: rubocop-rspec
33

44
AllCops:
55
Include:
6-
- Rakefile
7-
- rakelib/**/*
6+
- '**/Rakefile'
7+
- 'rakelib/**/*'
88
Exclude:
9-
- build/**/*
9+
- 'build/**/*'
1010
Metrics/AbcSize:
1111
Max: 18
1212
Metrics/ClassLength:

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rvm:
44
- 2.1.5
55
- 1.9.3-p551
66
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
7-
install: bundle install --deployment --without debug
87
notifications:
98
webhooks:
109
urls:

0 commit comments

Comments
 (0)