From 60a7e2d6429cda6d8ca5531f3a93f22140763eaf Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 26 Dec 2017 21:03:25 +0100 Subject: [PATCH] Excluded v1 from CodeClimate --- .codeclimate.yml | 3 ++- tslint.json | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2ed35b6c..925c1535 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,4 +8,5 @@ ratings: - "**.ts" exclude_paths: - lib - - test \ No newline at end of file + - test + - src/**/v1 \ No newline at end of file diff --git a/tslint.json b/tslint.json index f74966b2..4c9539f3 100644 --- a/tslint.json +++ b/tslint.json @@ -1,9 +1,4 @@ { - "linterOptions": { - "exclude": [ - "src/**/v1/**/*.ts" - ] - }, "rules": { "no-bitwise:": false, "one-line:": false,