WIKI URL fixed

pull/1695/head
bart1e 2 years ago
parent b74f64a234
commit 4474bc2c72
  1. 2
      slither/detectors/functions/cyclomatic_complexity.py

@ -22,7 +22,7 @@ class CyclomaticComplexity(AbstractDetector):
IMPACT = DetectorClassification.INFORMATIONAL IMPACT = DetectorClassification.INFORMATIONAL
CONFIDENCE = DetectorClassification.HIGH 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_TITLE = "Cyclomatic complexity"
WIKI_DESCRIPTION = "Detects functions with high (> 11) cyclomatic complexity." WIKI_DESCRIPTION = "Detects functions with high (> 11) cyclomatic complexity."

Loading…
Cancel
Save