Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 346 Bytes

This repository is now hosted on Forgejo

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>