From fd884bb9242c1d4499a4258dfcac3ce96dee21a7 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 6 Oct 2015 13:20:32 -0700 Subject: [PATCH] Build: Enable CodeClimate (fixes #4068) --- .codeclimate.yml | 9 +++++++++ .travis.yml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000000..093f5ca853b9 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +languages: + JavaScript: true + +exclude_paths: + - tests/** + +engines: + eslint: + enabled: true diff --git a/.travis.yml b/.travis.yml index 03104809fc29..81838d97086a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,6 @@ sudo: false script: "npm test && npm run check-commit && npm run docs" after_success: - npm run coveralls +addons: + code_climate: + repo_token: 1945f7420d920a59f1ff8bf8d1a7b60ccd9e2838a692f73a5a74accd8df30146