X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4beb141298fce3da40f07e1a0a08f29ac28dfd09..21ee15421471ce0f0aa4a1241cab3498c335d682:/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" ] } }