Create .deepsource.toml (#3593)
Co-authored-by: Automated Github Action <automated@github.com>
This commit is contained in:
parent
64116583e3
commit
97cd41e659
|
|
@ -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/'
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user