aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBen Ye <yb532204897@gmail.com>2019-12-31 11:19:37 -0500
committerBen Kochie <superq@gmail.com>2019-12-31 17:19:37 +0100
commit2477c5c67dff7e7655a9d466450235e9c9eac193 (patch)
tree198cb44d48f454df765984bc614e1b1972a646e8 /scripts
parenta80b7d0bc5ee93e704bab22e7592ed8b7d65899e (diff)
downloadprometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.tar.bz2
prometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.tar.xz
prometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.zip
switch to go-kit/log (#1575)
Signed-off-by: yeya24 <yb532204897@gmail.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
index 2cadaa5..ed0736f 100644
--- a/scripts/errcheck_excludes.txt
+++ b/scripts/errcheck_excludes.txt
@@ -1,2 +1,4 @@
1// Used in HTTP handlers, any error is handled by the server itself. 1// Used in HTTP handlers, any error is handled by the server itself.
2(net/http.ResponseWriter).Write 2(net/http.ResponseWriter).Write
3// Never check for logger errors.
4(github.com/go-kit/kit/log.Logger).Log \ No newline at end of file