From fd5c8bea73531d9c00ef1a6b108ea3517d06bb53 Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Sun, 9 Apr 2017 21:29:52 +0300 Subject: [PATCH] fixme changes, add reek to codeclimate --- .codeclimate.yml | 7 +++++++ .travis.yml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 99383daf4..871a1abe5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index a24c35fb8..b49edd8e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: