From 0971361f904bf5c1330fc13ab8b648a95466ab5b Mon Sep 17 00:00:00 2001 From: Stijn Dejongh Date: Wed, 25 Sep 2024 04:58:16 +0200 Subject: [PATCH] Remove conventions test from package containing the convention specifications to try and avoid infinite recursion --- .../testing/ConventionsAdherenceTests.java | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100755 commons-testing/src/test/java/be/sddevelopment/commons/testing/ConventionsAdherenceTests.java diff --git a/commons-testing/src/test/java/be/sddevelopment/commons/testing/ConventionsAdherenceTests.java b/commons-testing/src/test/java/be/sddevelopment/commons/testing/ConventionsAdherenceTests.java deleted file mode 100755 index 8ad53a1..0000000 --- a/commons-testing/src/test/java/be/sddevelopment/commons/testing/ConventionsAdherenceTests.java +++ /dev/null @@ -1,32 +0,0 @@ -/*- - * #%L - * commons - * %% - * Copyright (C) 2020 - 2024 SD Development - * %% - * Licensed under the EUPL, Version 1.1 or – as soon they will be - * approved by the European Commission - subsequent versions of the - * EUPL (the "Licence"); - * - * You may not use this work except in compliance with the Licence. - * You may obtain a copy of the Licence at: - * - * http://ec.europa.eu/idabc/eupl5 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the Licence is distributed on an "AS IS" basis, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the Licence for the specific language governing permissions and - * limitations under the Licence. - * #L% - */ - -package be.sddevelopment.commons.testing; - -import be.sddevelopment.commons.testing.conventions.CodeConventions; -import com.tngtech.archunit.junit.AnalyzeClasses; - -@AnalyzeClasses(packages = "be.sddevelopment.commons.testing") -public class ConventionsAdherenceTests implements CodeConventions { - -}