checkstyle-docker/README.md
Ignacio Canó 22e1be4fbc v0.0.1
2017-07-06 19:03:20 -04:00

15 lines
240 B
Markdown

# 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>
```