fixme changes, add reek to codeclimate

This commit is contained in:
Georg Kahest 2017-04-09 21:29:52 +03:00
parent 6bc6e3f51d
commit fd5c8bea73
2 changed files with 9 additions and 1 deletions

View file

@ -20,8 +20,15 @@ engines:
enabled: true enabled: true
fixme: fixme:
enabled: true enabled: true
config:
strings:
- FIXME
- TODO
- HACK
rubocop: rubocop:
enabled: true enabled: true
reek:
enabled: true
ratings: ratings:
paths: paths:
- Gemfile.lock - Gemfile.lock

View file

@ -14,7 +14,8 @@ before_script:
- "RAILS_ENV=test bundle exec rake db:migrate" - "RAILS_ENV=test bundle exec rake db:migrate"
script: script:
- "RAILS_ENV=test bundle exec rspec" - "RAILS_ENV=test bundle exec rspec"
- "CODECLIMATE_REPO_TOKEN=2fd0ab95eab718206f6732fdbd7b650da1e228f8dd491ef2082bb59d8684a054 codeclimate-test-reporter" after_success:
- "bundle exec codeclimate-test-reporter"
services: services:
- postgresql - postgresql
addons: addons: