From 59d119d37deb68a712ad0f7216af0787bf885af7 Mon Sep 17 00:00:00 2001 From: mueller-ma <mueller-ma@users.noreply.github.com> Date: Mon, 1 Oct 2018 17:41:22 +0200 Subject: [PATCH] Run Checkstyle with Stickler CI (#1028) Closes #675 Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com> --- .stickler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.stickler.yml b/.stickler.yml index 81efa073..fdc18549 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,3 +1,5 @@ linters: + checkstyle: + config: ./stickler/checkstyle.xml yamllint: config: ./stickler/yamllint.yml -- GitLab