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,