mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#: Convert some multi-line comments
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
import csharp
|
||||
import semmle.code.csharp.metrics.Coupling
|
||||
|
||||
/* Self-containedness on file level */
|
||||
// Self-containedness on file level
|
||||
from File f, float selfContaindness, int efferentSourceCoupling, int efferentCoupling
|
||||
where
|
||||
efferentSourceCoupling = count(File g |
|
||||
|
||||
Reference in New Issue
Block a user