C#: Remove empty glob pattern.

This commit is contained in:
Cornelius Riemenschneider
2024-06-10 16:36:11 +02:00
parent 00319c5010
commit 496fff4273

View File

@@ -11,7 +11,6 @@ codeql_csharp_library(
"Extractor/**/*.cs",
"Kinds/**/*.cs",
"Populators/**/*.cs",
"Properties/**/*.cs",
"*.cs",
]),
allow_unsafe_blocks = True,