Skip to content

Commit

Permalink
Merge pull request #1695 from bart1e/detector_for_cc_fix
Browse files Browse the repository at this point in the history
WIKI URL fixed
  • Loading branch information
montyly authored Mar 6, 2023
2 parents cd9b212 + 5f6551d commit cf5e3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/functions/cyclomatic_complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CyclomaticComplexity(AbstractDetector):
IMPACT = DetectorClassification.INFORMATIONAL
CONFIDENCE = DetectorClassification.HIGH

WIKI = 'https://github.com/crytic/slither/wiki/Detector-Documentation#cyclomatic-complexity"'
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#cyclomatic-complexity"

WIKI_TITLE = "Cyclomatic complexity"
WIKI_DESCRIPTION = "Detects functions with high (> 11) cyclomatic complexity."
Expand Down

0 comments on commit cf5e3be

Please sign in to comment.