Skip to content

Commit fd23630

Browse files
committed
chore: Update DeepSource configuration: change import_root and adjust cgo_enabled setting
1 parent fade22a commit fd23630

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.deepsource.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ name = "go"
2222
enabled = true
2323

2424
[analyzers.meta]
25-
import_root = "github.com/container-registry/harbor-next"
25+
import_root = "github.com/goharbor/harbor/src"
2626
dependencies_vendored = false
27-
cgo_enabled = true
27+
cgo_enabled = false
2828
cyclomatic_complexity_threshold = "high"
29-
skip_doc_coverage = ["file"]
3029

3130
[[analyzers]]
3231
name = "python"

0 commit comments

Comments
 (0)