Skip to content

Commit fade22a

Browse files
committed
chore: Update DeepSource configuration to simplify skip_doc_coverage settings
1 parent c1395f7 commit fade22a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.deepsource.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ import_root = "github.com/container-registry/harbor-next"
2626
dependencies_vendored = false
2727
cgo_enabled = true
2828
cyclomatic_complexity_threshold = "high"
29-
skip_doc_coverage = [
30-
"**/*_test.go",
31-
"**/mock_*.go",
32-
"**/testdata/**"
33-
]
29+
skip_doc_coverage = ["file"]
3430

3531
[[analyzers]]
3632
name = "python"

0 commit comments

Comments
 (0)