From f26d956e127a66f8818103dafd18eeccc7456d65 Mon Sep 17 00:00:00 2001 From: Rahul Khinchi <71710042+Rahulkhinchi03@users.noreply.github.com> Date: Wed, 25 May 2022 13:11:22 +0530 Subject: [PATCH] Issue #607: Wercker service will be shutdown on October 31st, 2022 --- .../projects-for-wercker.properties | 35 ------------------- .../projects-to-test-on.properties | 3 ++ 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 checkstyle-tester/projects-for-wercker.properties diff --git a/checkstyle-tester/projects-for-wercker.properties b/checkstyle-tester/projects-for-wercker.properties deleted file mode 100644 index 14545e8b..00000000 --- a/checkstyle-tester/projects-for-wercker.properties +++ /dev/null @@ -1,35 +0,0 @@ -# List of GIT repositories to clone / pull for checking with Checkstyle -# File format: REPO_NAME|[local|git|hg]|URL|[COMMIT_ID]|[EXCLUDE FOLDERS] -# Please note that bash comments works in this file - -#apache-struts|git|https://github.com/apache/struts.git|master|**/apache-struts/**/resources/**/* - -# 'InputAllEscapedUnicodeCharacters' must be skipped because it is too big and slows down JXR -#local-checkstyle|local|../../../|master|**/.ci-temp/**/*,**/resources-noncompilable/**/asttreestringprinter/**/*,**/resources-noncompilable/**/filefilters/**/*,**/resources-noncompilable/**/main/**/*,**/resources-noncompilable/**/suppressionsstringprinter/**/*,**/resources-noncompilable/**/gui/**/*,**/resources-noncompilable/**/javadocpropertiesgenerator/**/*,src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParser.java,**/InputAllEscapedUnicodeCharacters.java,**/resources-noncompilable/**/javaparser/InputJavaParser.java,**/resources-noncompilable/**/checks/imports/unusedimports/InputUnusedImportsSingleWordPackage.java,**/target/test-classes/**/* -#sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master|| - -guava|git|https://github.com/google/guava|v28.2|| - -#hibernate-orm|git|https://github.com/hibernate/hibernate-orm|4.2.19.Final|**/hibernate-orm/documentation/**/* - -#spotbugs|git|https://github.com/spotbugs/spotbugs|3.1.2|| - -#spring-framework|git|https://github.com/spring-projects/spring-framework|v4.1.6.RELEASE|| - -#Hbase|git|https://github.com/apache/hbase|1.1.0.1|| - -#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| -#elasticsearch|git|https://github.com/elastic/elasticsearch|v1.5.2|| -#lombok-ast|git|https://github.com/rzwitserloot/lombok.ast|v0.2|**/lombok-ast/test/**/* - -# Projects which contain a lot of labmda expressions -#RxJava|git|https://github.com/ReactiveX/RxJava|v1.0.9|| -#Vavr|git|https://github.com/vavr-io/vavr|v0.9.0|| -#java-design-patterns|git|https://github.com/iluwatar/java-design-patterns|dd855a376bc025aa61f6816584f79eb9854fe5d7|| -#MaterialDesignLibrary|git|https://github.com/navasmdc/MaterialDesignLibrary|1.3|| -# Those projects are quite old and have lot of legacy code -#apache-ant|git|https://github.com/apache/ant|ANT_194|**/apache-ant/src/tests/**/*,**/apache-ant/src/etc/testcases/ -#apache-jsecurity|git|https://github.com/apache/jsecurity|c2ac5b90a467aedb04b52ae50a99e83207d847b3|| -#android-launcher|git|https://github.com/android/platform_packages_apps_launcher|android-2.1_r2.1p2|| - diff --git a/checkstyle-tester/projects-to-test-on.properties b/checkstyle-tester/projects-to-test-on.properties index 91fea7d7..36583360 100644 --- a/checkstyle-tester/projects-to-test-on.properties +++ b/checkstyle-tester/projects-to-test-on.properties @@ -52,3 +52,6 @@ guava|git|https://github.com/google/guava|v28.2|| #nbia-dcm4che-tools|git|https://github.com/thprakash/nbia-dcm4che-tools|c3591e6f0f84827586db25abded6708e5386ef1a|| # RequireThis usage #spring-integration|git|https://github.com/spring-projects/spring-integration.git|main| + +#local-checkstyle|local|../../../|master|**/.ci-temp/**/*,**/resources-noncompilable/**/asttreestringprinter/**/*,**/resources-noncompilable/**/filefilters/**/*,**/resources-noncompilable/**/main/**/*,**/resources-noncompilable/**/suppressionsstringprinter/**/*,**/resources-noncompilable/**/gui/**/*,**/resources-noncompilable/**/javadocpropertiesgenerator/**/*,src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParser.java,**/InputAllEscapedUnicodeCharacters.java,**/resources-noncompilable/**/javaparser/InputJavaParser.java,**/resources-noncompilable/**/checks/imports/unusedimports/InputUnusedImportsSingleWordPackage.java,**/target/test-classes/**/* +