Skip to content

Instantly share code, notes, and snippets.

@mahfouz72
Last active March 15, 2024 13:30
Show Gist options
  • Save mahfouz72/2a511cad45b44e01c2ebab9373a9a9e6 to your computer and use it in GitHub Desktop.
Save mahfouz72/2a511cad45b44e01c2ebab9373a9a9e6 to your computer and use it in GitHub Desktop.
# 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
# Few projects that delivers set of unusual Java constructions that shall be correctly handled by AST visitor
checkstyle|git|https://github.com/checkstyle/checkstyle.git|master|
sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master||
checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master||
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|
spring-framework|git|https://github.com/spring-projects/spring-framework|v4.1.6.RELEASE||
java-design-patterns|git|https://github.com/iluwatar/java-design-patterns|dd855a376bc025aa61f6816584f79eb9854fe5d7||
# Those projects are quite old and have lot of legacy code
apache-ant|git|https://github.com/apache/ant|ANT_194|
# Projects which contain a lot of labmda expressions
infinispan|git|https://github.com/infinispan/infinispan|7.2.5.Final||
# custom javadoc tags
nbia-dcm4che-tools|git|https://github.com/thprakash/nbia-dcm4che-tools|c3591e6f0f84827586db25abded6708e5386ef1a||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment