about summary refs log tree commit diff
path: root/.deepsource.toml
diff options
context:
space:
mode:
authorShubhendra Singh Chauhan <withshubh@gmail.com>2021-02-19 14:23:25 +0530
committerGitHub <noreply@github.com>2021-02-19 09:53:25 +0100
commitfc145de23865ebc957cde50f66844bcfad475e47 (patch)
tree55c35da3a1a6712cae7e15912df839f1b1fbe235 /.deepsource.toml
parentab9c2ed98d80749aa65820f55334b760400b665f (diff)
Update .deepsource.toml (#15753)
Diffstat (limited to '.deepsource.toml')
-rw-r--r--.deepsource.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.deepsource.toml b/.deepsource.toml
index 73d38901c..bcd310412 100644
--- a/.deepsource.toml
+++ b/.deepsource.toml
@@ -1,6 +1,11 @@
 version = 1
 
-test_patterns = ["/app/javascript/mastodon/**/__tests__/**"]
+test_patterns = ["app/javascript/mastodon/**/__tests__/**"]
+
+exclude_patterns = [
+    "db/migrate/**",
+    "db/post_migrate/**"
+]
 
 [[analyzers]]
 name = "ruby"
@@ -12,7 +17,7 @@ enabled = true
 
   [analyzers.meta]
   environment = [
-    "nodejs",
     "browser",
-    "jest"
+    "jest",
+    "nodejs"
   ]