aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSimon Pasquier <spasquie@redhat.com>2019-05-06 15:42:50 +0200
committerBen Kochie <superq@gmail.com>2019-05-06 15:42:50 +0200
commitc7abeae816a8170ed8e78c68dc15ee3c10eef2ef (patch)
tree54705617fa54aa408c07ab13551fe94b5cbcc5a9 /scripts
parentc3ce1ea6d8a12f49033a8cd884b7e8d7d36ea6c4 (diff)
downloadprometheus_node_collector-c7abeae816a8170ed8e78c68dc15ee3c10eef2ef.tar.bz2
prometheus_node_collector-c7abeae816a8170ed8e78c68dc15ee3c10eef2ef.tar.xz
prometheus_node_collector-c7abeae816a8170ed8e78c68dc15ee3c10eef2ef.zip
*: enable default linters (#1334)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/errcheck_excludes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/errcheck_excludes.txt b/scripts/errcheck_excludes.txt
new file mode 100644
index 0000000..2cadaa5
--- /dev/null
+++ b/scripts/errcheck_excludes.txt
@@ -0,0 +1,2 @@
1// Used in HTTP handlers, any error is handled by the server itself.
2(net/http.ResponseWriter).Write