mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fixed 73 .ql query files where the @name metadata contained an ending period. This ensures consistency with the CodeQL query metadata style guidelines.
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
/**
|
|
* @name Test the implicit switch field isn't populated
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from Field f
|
|
where f.fromSource()
|
|
select f
|