Create .deepsource.toml (#3593)

Co-authored-by: Automated Github Action <automated@github.com>
This commit is contained in:
Moulik Aggarwal 2021-03-19 11:40:59 +05:30 committed by GitHub
parent 64116583e3
commit 97cd41e659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
version = 1 version = 1
test_patterns = ["**/test/**"]
exclude_patterns = [ exclude_patterns = [
"static/**", "static/**",
"deploy/**", "deploy/**",
@ -14,6 +16,10 @@ enabled = true
plugins = ["react"] plugins = ["react"]
environment = [ environment = [
"nodejs", "nodejs",
"browser" "browser",
"cypress"
] ]
dialect = "typescript" dialect = "typescript"
dependency_file_paths = [
'/app/client/'
]