mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
As the queries live here, it makes sense for the suites to be versioned together with them. The LGTM suite has already been moved. This commit moves the actively-maintained non-LGTM suites.
18 lines
808 B
Plaintext
18 lines
808 B
Plaintext
+ odasa-cpp-metrics/Files/NumberOfPublicGlobals.ql: /Maintainability/Coupling
|
|
@warning-from 11
|
|
+ odasa-cpp-metrics/Files/FEfferentCoupling.ql: /Maintainability/Coupling
|
|
@warning-from 120
|
|
+ odasa-cpp-metrics/Functions/FunNumberOfParameters.ql: /Maintainability/Size
|
|
@warning-from 9
|
|
+ odasa-cpp-metrics/Functions/FunLinesOfCode.ql: /Maintainability/Size
|
|
@warning-from 250
|
|
+ odasa-cpp-metrics/Files/FLinesOfCode.ql: /Maintainability/Size
|
|
@warning-from 1500
|
|
# Complexity
|
|
+ odasa-cpp-metrics/Functions/FunNumberOfCalls.ql: /Maintainability/Complexity
|
|
@warning-from 100
|
|
+ odasa-cpp-metrics/Functions/StatementNestingDepth.ql: /Maintainability/Complexity
|
|
@recommendation-from 7
|
|
+ odasa-cpp-metrics/Functions/FunCyclomaticComplexity.ql: /Maintainability/Complexity
|
|
@recommendation-from 100
|