No description
Find a file
Ignacio Canó 22e1be4fbc v0.0.1
2017-07-06 19:03:20 -04:00
checkstyle.sh v0.0.1 2017-07-06 19:03:20 -04:00
Dockerfile v0.0.1 2017-07-06 19:03:20 -04:00
LICENSE initial commit 2017-07-06 18:35:39 -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>