Skip to content

Commit

Permalink
Updated the code checking
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Dec 26, 2017
1 parent 8f54de5 commit 70abf32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ exclude_patterns:
- "lib/"
- "test/"
- "examples/"
- "src/**/v1/"
- "src/**/v1/"
- "src/**/v2/**/ContextualFileSystem.ts"
- "src/**/v2/**/Resource.ts"
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 70abf32

Please sign in to comment.