mirror of
https://github.com/github/codeql-action.git
synced 2026-05-23 14:28:45 +00:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
/**
|
|
* @name Show Csharp Ifs
|
|
* @description Show Csharp Ifs
|
|
* @kind problem
|
|
* @id inrepo-csharp-querypack/show-ifs
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from IfStmt i
|
|
select i, "hello if" |