Skip to content

Commit c1395f7

Browse files
committed
chore: Update DeepSource configuration: disable vendored dependencies and adjust analysis settings
1 parent 8b513c5 commit c1395f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.deepsource.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ enabled = true
2323

2424
[analyzers.meta]
2525
import_root = "github.com/container-registry/harbor-next"
26-
dependencies_vendored = true
26+
dependencies_vendored = false
27+
cgo_enabled = true
28+
cyclomatic_complexity_threshold = "high"
29+
skip_doc_coverage = [
30+
"**/*_test.go",
31+
"**/mock_*.go",
32+
"**/testdata/**"
33+
]
2734

2835
[[analyzers]]
2936
name = "python"

0 commit comments

Comments
 (0)