From 1fb19191ba42a295626353b6fd685202233d9e6b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 21 Nov 2023 15:31:18 +0000 Subject: [PATCH] Kotlin: Add a qlpack.yml to the test-kotlin1 tests --- java/ql/test-kotlin1/qlpack.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 java/ql/test-kotlin1/qlpack.yml diff --git a/java/ql/test-kotlin1/qlpack.yml b/java/ql/test-kotlin1/qlpack.yml new file mode 100644 index 00000000000..6ca37f3eec9 --- /dev/null +++ b/java/ql/test-kotlin1/qlpack.yml @@ -0,0 +1,8 @@ +name: codeql/java-kotlin1-tests +groups: [java, test] +dependencies: + codeql/java-all: ${workspace} + codeql/java-queries: ${workspace} +extractor: java +tests: . +warnOnImplicitThis: true