We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c33e9 commit ced0bd7Copy full SHA for ced0bd7
.deepsource.toml
@@ -1,15 +1,25 @@
1
version = 1
2
3
+[[analyzers]]
4
+name = "rust"
5
+
6
+ [analyzers.meta]
7
+ msrv = "stable"
8
9
10
+name = "go"
11
12
13
+ import_root = "github.com/rajput-hemant/leetcode"
14
15
[[analyzers]]
16
name = "java"
-enabled = true
17
18
[analyzers.meta]
19
runtime_version = "17"
20
21
22
name = "python"
23
24
25
runtime_version = "3.x.x"
0 commit comments