From a35b65276ff2f1c6af35ac997ecc31d69b017133 Mon Sep 17 00:00:00 2001 From: Nick Mancuso Date: Mon, 30 May 2022 23:40:06 -0400 Subject: [PATCH] infra: add exclusion for non-compilable file (related to checkstyle#11685) --- checkstyle-tester/projects-to-test-on.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle-tester/projects-to-test-on.properties b/checkstyle-tester/projects-to-test-on.properties index 365833601..53da04eda 100644 --- a/checkstyle-tester/projects-to-test-on.properties +++ b/checkstyle-tester/projects-to-test-on.properties @@ -14,7 +14,7 @@ guava|git|https://github.com/google/guava|v28.2|| #spotbugs|git|https://github.com/spotbugs/spotbugs|3.1.2|| #pmd|git|https://github.com/pmd/pmd|pmd_releases/6.21.0|**/pmd/pmd-java/src/test/**/*,**/pmd/cpd/files/* -#spoon|git|https://github.com/INRIA/spoon.git|spoon-core-8.0.0| +#spoon|git|https://github.com/INRIA/spoon.git|spoon-core-8.0.0|**/Caller.java #lombok-ast|git|https://github.com/rzwitserloot/lombok.ast|v0.2|**/lombok-ast/test/**/* #spring-framework|git|https://github.com/spring-projects/spring-framework|v4.1.6.RELEASE||