Skip to content

Commit

Permalink
Excluded v1 from CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Dec 26, 2017
1 parent 0f06ed4 commit 60a7e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ratings:
- "**.ts"
exclude_paths:
- lib
- test
- test
- src/**/v1
5 changes: 0 additions & 5 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"linterOptions": {
"exclude": [
"src/**/v1/**/*.ts"
]
},
"rules": {
"no-bitwise:": false,
"one-line:": false,
Expand Down

0 comments on commit 60a7e2d

Please sign in to comment.