From 06a995b1216f1971e5717f39ec3c2df3dbfa9907 Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@stud.h-da.de> Date: Mon, 28 Sep 2020 10:34:54 +0200 Subject: [PATCH] setting golangci formatter --- .golangci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 367a0ae21..c3c952b80 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,10 @@ run: timeout: 5m issues-exit-code: 1 - out-format: code-climate + output: + format: code-climate + print-issued-lines: true + print-linter-name: true modules-download-mode: vendor linters-settings: gocyclo: -- GitLab