No description
Find a file
2019-01-21 08:23:06 +01:00
checkstyle.sh fix checkstyle 2017-07-06 20:18:26 -04:00
Dockerfile update Checkstyle version 2019-01-21 08:23:06 +01:00
LICENSE fix checkstyle 2017-07-06 20:18:26 -04:00
README.md v0.0.1 2017-07-06 19:03:20 -04:00

checkstyle-docker

Docker image for running checkstyle

How to use (Sample gitlab-ci)

stages:
  - test

test:
  image: solucionesgbh/checkstyle
  script:
    - checkstyle - <relative path to check xml> <relative path to code>