diff --git a/.ci/.runlint.sh b/.ci/.runlint.sh
new file mode 100755
index 0000000000000000000000000000000000000000..224a4061c57de8f914c3fce374ce49f68b3b9062
--- /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