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
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue