diff --git a/.codeclimate.yml b/.codeclimate.yml index a3bae950..03c8633d 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,4 +6,6 @@ exclude_patterns: - "lib/" - "test/" - "examples/" - - "src/**/v1/" \ No newline at end of file + - "src/**/v1/" + - "src/**/v2/**/ContextualFileSystem.ts" + - "src/**/v2/**/Resource.ts" \ No newline at end of file diff --git a/tslint.json b/tslint.json index 4c9539f3..e0663966 100644 --- a/tslint.json +++ b/tslint.json @@ -45,7 +45,7 @@ "eofline": true, "indent": [ true, "spaces" ], "max-file-line-count": [ true, 1000 ], - "max-line-length": [ true, 250 ], + "max-line-length": [ true, 350 ], "no-require-imports": true, "no-mergeable-namespace": true, "prefer-const": true,