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
|
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/'
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user