checkstyle-docker/README.md

16 lines
240 B
Markdown
Raw Permalink Normal View History

2017-07-07 01:03:20 +02: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>
```