mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +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.
19 lines
816 B
Plaintext
19 lines
816 B
Plaintext
+ odasa-cpp-metrics/Files/NumberOfPublicGlobals.ql: /Maintainability/Coupling
|
|
@warning-from 7
|
|
+ odasa-cpp-metrics/Files/FEfferentCoupling.ql: /Maintainability/Coupling
|
|
@warning-from 120
|
|
# Size
|
|
+ odasa-cpp-metrics/Functions/FunNumberOfParameters.ql: /Maintainability/Size
|
|
@warning-from 11
|
|
+ odasa-cpp-metrics/Functions/FunLinesOfCode.ql: /Maintainability/Size
|
|
@warning-from 200
|
|
+ odasa-cpp-metrics/Files/FLinesOfCode.ql: /Maintainability/Size
|
|
@warning-from 1000
|
|
# Complexity
|
|
+ odasa-cpp-metrics/Functions/FunNumberOfCalls.ql: /Maintainability/Complexity
|
|
@warning-from 100
|
|
+ odasa-cpp-metrics/Functions/StatementNestingDepth.ql: /Maintainability/Complexity
|
|
@recommendation-from 6
|
|
+ odasa-cpp-metrics/Functions/FunCyclomaticComplexity.ql: /Maintainability/Complexity
|
|
@recommendation-from 75
|