X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5fd5db805554d3eddd46cc911a5108fbb74b3cfc..47eb02af0c2c7bc4f0f852400308033c72322af8:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627b9..85b43690d3 100644 --- a/tslint.json +++ b/tslint.json @@ -19,7 +19,8 @@ "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }