Skip to content

Commit

Permalink
Create .deepsource.toml (appsmithorg#3593)
Browse files Browse the repository at this point in the history
Co-authored-by: Automated Github Action <[email protected]>
  • Loading branch information
moulik-deepsource and Automated Github Action authored Mar 19, 2021
1 parent 6411658 commit 97cd41e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version = 1

test_patterns = ["**/test/**"]

exclude_patterns = [
"static/**",
"deploy/**",
Expand All @@ -14,6 +16,10 @@ enabled = true
plugins = ["react"]
environment = [
"nodejs",
"browser"
"browser",
"cypress"
]
dialect = "typescript"
dependency_file_paths = [
'/app/client/'
]

0 comments on commit 97cd41e

Please sign in to comment.