Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 98aef23

Browse files
Add meta configuration to python analyzer and add test-coverage analyzer
1 parent c4d2ec5 commit 98aef23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.deepsource.toml

+8
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ exclude_patterns = [
1111

1212
[[analyzers]]
1313
name = "python"
14+
enabled = true
15+
16+
[analyzers.meta]
17+
max_line_length = 90
18+
skip_doc_coverage = ["module", "magic", "class"]
19+
20+
[[analyzers]]
21+
name = "test-coverage"
1422
enabled = true

0 commit comments

Comments
 (0)