Skip to content

Commit

Permalink
reise cyclomatic complexity level
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansev committed Nov 7, 2023
1 parent c3fb75f commit 73c0ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ test_patterns = ["alienpy/*.py"]

exclude_patterns = [ "/examples/*" ]



[[analyzers]]
name = "shell"
enabled = true
Expand All @@ -15,4 +17,5 @@ enabled = true
[analyzers.meta]
runtime_version = "3.x.x"
skip_doc_coverage = ["module", "magic", "init", "class", "nonpublic"]
cyclomatic_complexity_threshold = "critical"

0 comments on commit 73c0ff8

Please sign in to comment.