Skip to content

Commit 45ead69

Browse files
authored
revert deepsource changes
After transferring my repo to c4social, I had to reconfigure deepsource. In that process, they pushed a new toml file to the c4social c4 branch. This reverts that back to the one that matched how upstream applies deepsource
1 parent 80e3364 commit 45ead69

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.deepsource.toml

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
version = 1
22

3+
test_patterns = ["app/javascript/mastodon/**/__tests__/**"]
4+
5+
exclude_patterns = [
6+
"db/migrate/**",
7+
"db/post_migrate/**"
8+
]
9+
10+
[[analyzers]]
11+
name = "ruby"
12+
enabled = true
13+
314
[[analyzers]]
415
name = "javascript"
516
enabled = true
617

718
[analyzers.meta]
8-
plugins = ["react"]
9-
10-
[[analyzers]]
11-
name = "ruby"
12-
enabled = true
19+
environment = [
20+
"browser",
21+
"jest",
22+
"nodejs"
23+
]

0 commit comments

Comments
 (0)