Skip to content

Commit 1f5eafd

Browse files
author
Ulrike Kiesel
committed
fix(analysis): complete mean_complexity_per_function descriptor in tsx fixture
1 parent 1ac4d27 commit 1f5eafd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples

analysis/analysers/parsers/UnifiedParser/src/test/resources/languageSamples/tsxSample.cc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,11 @@
184184
"description": "The mean complexity found in the body of a function of this file.",
185185
"hintLowValue": "",
186186
"hintHighValue": "",
187-
"link": "",
187+
"link": "https://codecharta.com/docs/parser/unified",
188188
"direction": -1,
189-
"analyzers": []
189+
"analyzers": [
190+
"unifiedParser"
191+
]
190192
},
191193
"median_complexity_per_function": {
192194
"title": "Median complexity per function",

0 commit comments

Comments
 (0)