mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
fixme changes, add reek to codeclimate
This commit is contained in:
parent
6bc6e3f51d
commit
fd5c8bea73
2 changed files with 9 additions and 1 deletions
|
@ -20,8 +20,15 @@ engines:
|
|||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
config:
|
||||
strings:
|
||||
- FIXME
|
||||
- TODO
|
||||
- HACK
|
||||
rubocop:
|
||||
enabled: true
|
||||
reek:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- Gemfile.lock
|
||||
|
|
|
@ -14,7 +14,8 @@ before_script:
|
|||
- "RAILS_ENV=test bundle exec rake db:migrate"
|
||||
script:
|
||||
- "RAILS_ENV=test bundle exec rspec"
|
||||
- "CODECLIMATE_REPO_TOKEN=2fd0ab95eab718206f6732fdbd7b650da1e228f8dd491ef2082bb59d8684a054 codeclimate-test-reporter"
|
||||
after_success:
|
||||
- "bundle exec codeclimate-test-reporter"
|
||||
services:
|
||||
- postgresql
|
||||
addons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue