From dc415a874b882f55a6f1166d14cd95e84702b905 Mon Sep 17 00:00:00 2001 From: case Date: Mon, 7 Mar 2016 00:45:03 -0600 Subject: [PATCH] CodeClimate --- .codeclimate.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9f9ea1c6..a9d84884 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,32 +3,25 @@ engines: enabled: true config: languages: - - ruby - javascript - - python - - php eslint: enabled: true fixme: enabled: true - exclude_paths: - build/**/* - lib/**/* - modules/**/* - test/**/* - ecmaFeatures: modules: true jsx: true - env: amd: true browser: true es6: true jquery: true node: true - rules: # Possible Errors comma-dangle: [2, never] @@ -59,7 +52,6 @@ rules: use-isnan: 2 valid-jsdoc: 0 valid-typeof: 2 - # Best Practices accessor-pairs: 2 block-scoped-var: 0 @@ -117,10 +109,8 @@ rules: vars-on-top: 0 wrap-iife: 2 yoda: 0 - # Strict strict: 0 - # Variables init-declarations: 0 no-catch-shadow: 2 @@ -133,7 +123,6 @@ rules: no-undefined: 0 no-unused-vars: 0 no-use-before-define: 0 - # Node.js and CommonJS callback-return: 2 global-require: 2 @@ -144,7 +133,6 @@ rules: no-process-exit: 2 no-restricted-modules: 0 no-sync: 0 - # Stylistic Issues array-bracket-spacing: 0 block-spacing: 0 @@ -210,7 +198,6 @@ rules: space-unary-ops: 0 spaced-comment: 0 wrap-regex: 0 - # ECMAScript 6 arrow-body-style: 0 arrow-parens: 0