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
test_patterns = ["**/test/**"]
exclude_patterns = [
"static/**",
"deploy/**",
@ -14,6 +16,10 @@ enabled = true
plugins = ["react"]
environment = [
"nodejs",
"browser"
"browser",
"cypress"
]
dialect = "typescript"
dependency_file_paths = [
'/app/client/'
]