Skip to content

Commit

Permalink
Disable tslint for codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC committed Apr 10, 2020
1 parent 0fcf226 commit 22be2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ plugins:
nodesecurity:
enabled: true
tslint:
enabled: true
enabled: false
exclude_patterns:
- "!src/**/*.ts"
- "!test/**/*.ts"
- "!test/**/*.ts"
- "src/cli.ts"
- "test/"
- ".github/"
Expand Down

0 comments on commit 22be2d8

Please sign in to comment.