Files
codeql/csharp/ql/test/library-tests/generatedcode/generatedcode.ql
2018-08-02 17:53:23 +01:00

8 lines
129 B
Plaintext

import csharp
import semmle.code.csharp.commons.GeneratedCode
from SourceFile file
where not isGeneratedCode(file)
select file