Java: Use fixture for filtering diagnostics

This commit is contained in:
Jeroen Ketema
2026-06-15 14:51:52 +02:00
parent 3da195f50f
commit b9b15af308
16 changed files with 16 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
def test(codeql, java):
def test(codeql, java, check_diagnostics_java):
codeql.database.create(_env={"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS": "true"})