From dc1919d3e15d027061685a79408646116c083732 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Thu, 8 Oct 2020 17:11:51 +0100 Subject: [PATCH] quick hacky script to manually run main branch linter --- .ci/.runlint.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .ci/.runlint.sh diff --git a/.ci/.runlint.sh b/.ci/.runlint.sh new file mode 100755 index 000000000..224a4061c --- /dev/null +++ b/.ci/.runlint.sh @@ -0,0 +1,4 @@ +golangci-lint run\ + --config .ci/.golangci-master.yml\ + --out-format code-climate |\ + jq -r '.[] | "\(.location.path):\(.location.lines.begin) \(.description)"' \ No newline at end of file -- GitLab