File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<ns : qlpath xmlns : ns =" https://semmle.com/schemas/qlpath" >
3- <librarypath ></librarypath >
3+ <librarypath >
4+ <path >/semmlecode-csharp-queries</path >
5+ </librarypath >
46 <dbscheme kind =" WORKSPACE" >semmlecode-csharp-queries/semmlecode.csharp.dbscheme</dbscheme >
5- <defaultImports ><defaultImport >csharp</defaultImport ></defaultImports >
7+ <defaultImports >
8+ <defaultImport >csharp</defaultImport >
9+ </defaultImports >
610</ns : qlpath >
Original file line number Diff line number Diff line change 11/**
22 * @name Cyclomatic complexity of functions
33 * @description Methods with a large number of possible execution paths might be difficult to understand.
4- * @kind table
4+ * @kind treemap
55 * @treemap.warnOn highValues
66 * @metricType callable
77 * @metricAggregate avg max sum
You can’t perform that action at this time.
0 commit comments