Skip to content

Commit ef4c921

Browse files
authored
Merge pull request github#19482 from michaelnebel/csharp/code-quality-call-to-gc
C#: Add `cs/call-to-gc` to the code quality suite.
2 parents 3fa563b + b8f85b3 commit ef4c921

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/ql/integration-tests/posix/query-suite/csharp-code-quality.qls.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ql/csharp/ql/src/API Abuse/CallToGCCollect.ql
12
ql/csharp/ql/src/API Abuse/FormatInvalid.ql
23
ql/csharp/ql/src/API Abuse/NoDisposeCallOnLocalIDisposable.ql
34
ql/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql

csharp/ql/src/API Abuse/CallToGCCollect.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @id cs/call-to-gc
88
* @tags efficiency
99
* maintainability
10+
* quality
1011
*/
1112

1213
import csharp

0 commit comments

Comments
 (0)