diff --git a/checkstyle-runner/Dockerfile b/checkstyle-runner/Dockerfile deleted file mode 100644 index 4792f71..0000000 --- a/checkstyle-runner/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM java:8-jdk - -WORKDIR /checkstyle - -ADD tubs_checks.xml /checkstyle - -ENV CHECKSTYLE_VERSION=7.6.1 - -RUN curl -sLO https://sourceforge.net/projects/checkstyle/files/checkstyle/${CHECKSTYLE_VERSION}/checkstyle-${CHECKSTYLE_VERSION}-all.jar && mv checkstyle-${CHECKSTYLE_VERSION}-all.jar checkstyle.jar - -# gitlab runner does not use entrypoint like this -# https://docs.gitlab.com/runner/executors/docker.html#the-entrypoint -#ENTRYPOINT ["java","-jar","checkstyle.jar","-c","tubs_checks.xml"] - -# default option, use file names to check -#CMD ["-v"] \ No newline at end of file diff --git a/checkstyle-runner/gitlab-ci.yml b/checkstyle-runner/gitlab-ci.yml deleted file mode 100644 index eebf662..0000000 --- a/checkstyle-runner/gitlab-ci.yml +++ /dev/null @@ -1,8 +0,0 @@ -image: y0067212/checkstyle-ips - -checkstyle: - script: - - java -jar checkstyle.jar -c tubs_checks.xml . - artifacts: - paths: - - checkstyle/ diff --git a/checkstyle-runner/tubs_checks.xml b/checkstyle-runner/tubs_checks.xml deleted file mode 100644 index d1b866b..0000000 --- a/checkstyle-runner/tubs_checks.xml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -