-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.deepsource.toml
More file actions
40 lines (31 loc) · 794 Bytes
/
Copy path.deepsource.toml
File metadata and controls
40 lines (31 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
version = 1
# Skip generated / binary / vendored paths so they don't generate noise.
exclude_patterns = [
"github-build-mirror/**",
"node/static/github-build-mirror/**",
"**/*.min.js",
"**/*.min.css",
"**/vendor/**",
"client/desktop/app/node_modules/**",
]
# Mirror the analyzers already running on the repo (declaring a config here
# overrides auto-detection, so all eight are listed explicitly to keep the
# JavaScript / Docker / Kotlin / PHP / Secrets / Shell / Swift checks alive).
[[analyzers]]
name = "python"
[analyzers.meta]
runtime_version = "3.x.x"
[[analyzers]]
name = "javascript"
[[analyzers]]
name = "docker"
[[analyzers]]
name = "kotlin"
[[analyzers]]
name = "php"
[[analyzers]]
name = "shell"
[[analyzers]]
name = "swift"
[[analyzers]]
name = "secrets"