We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77ddac commit b627dd4Copy full SHA for b627dd4
2 files changed
.rubocop.yml
@@ -3,10 +3,10 @@ require: rubocop-rspec
3
4
AllCops:
5
Include:
6
- - Rakefile
7
- - rakelib/**/*
+ - '**/Rakefile'
+ - 'rakelib/**/*'
8
Exclude:
9
- - build/**/*
+ - 'build/**/*'
10
Metrics/AbcSize:
11
Max: 18
12
Metrics/ClassLength:
.travis.yml
@@ -4,7 +4,6 @@ rvm:
- 2.1.5
- 1.9.3-p551
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
-install: bundle install --deployment --without debug
notifications:
webhooks:
urls:
0 commit comments