From 9aa140011a54868ea7412286e09ac5ca9597013f Mon Sep 17 00:00:00 2001 From: Abby Armada Date: Tue, 5 Jul 2016 14:24:44 -0400 Subject: [PATCH 1/4] Update .codeclimate.yml - Add nodes for engines and ratings - Fix spacing --- .codeclimate.yml | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f006734c5893..ba99e864e512 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,33 @@ +engines: + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + eslint: + enabled: true + fixme: + enabled: true + phpmd: + enabled: true +ratings: + paths: + - "**.css" + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" exclude_paths: - - "bootstrap/cache" - - "resources/" - - "storage/" - - "tests/" - - "**.md" \ No newline at end of file +- "bootstrap/cache" +- "resources/" +- "storage/" +- "tests/" +- "**.md" From af41cc2cb5d5c34e97206f4f50d173bebf5370ef Mon Sep 17 00:00:00 2001 From: Abby Armada Date: Tue, 5 Jul 2016 14:43:35 -0400 Subject: [PATCH 2/4] Update .codeclimate.yml - Duplication engine time out test --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index ba99e864e512..0fdb26b84dbf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,3 +31,5 @@ exclude_paths: - "storage/" - "tests/" - "**.md" +- "**.min.js" +- "**.min.php" From 3afc29a57146c5a3e6587e38e04b78e1b1fc7b3b Mon Sep 17 00:00:00 2001 From: Abby Armada Date: Tue, 5 Jul 2016 15:22:40 -0400 Subject: [PATCH 3/4] Update .codeclimate.yml Testing ESLint --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0fdb26b84dbf..66df79274d96 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -10,7 +10,7 @@ engines: - python - php eslint: - enabled: true + enabled: false fixme: enabled: true phpmd: From 6d3d7c725b0ac6898b71c4f5e42dadab817b313a Mon Sep 17 00:00:00 2001 From: Abby Armada Date: Tue, 5 Jul 2016 15:42:06 -0400 Subject: [PATCH 4/4] Update .codeclimate.yml - add more exclusions. --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 66df79274d96..390a5217b1ef 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -33,3 +33,4 @@ exclude_paths: - "**.md" - "**.min.js" - "**.min.php" +- "**.min.css"