aboutsummaryrefslogtreecommitdiff
path: root/staticcheck.conf
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2019-01-04 16:36:49 +0000
committerGitHub <noreply@github.com>2019-01-04 16:36:49 +0000
commit8a6a464b7e8ceab39fcdcd9dc5e64e8593125583 (patch)
tree5e0585cf3aa3748deda71cff8006aae1f3b69e2e /staticcheck.conf
parent070e4b2e17750941e38ebb4037d67da3a05a6788 (diff)
downloadprometheus_node_collector-8a6a464b7e8ceab39fcdcd9dc5e64e8593125583.tar.bz2
prometheus_node_collector-8a6a464b7e8ceab39fcdcd9dc5e64e8593125583.tar.xz
prometheus_node_collector-8a6a464b7e8ceab39fcdcd9dc5e64e8593125583.zip
Add staticcheck.conf to enable ST1003 (#1214)
> ST1003 – Poorly chosen identifier (non-default) > Identifiers, such as variable and package names, follow certain rules. Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Diffstat (limited to 'staticcheck.conf')
-rw-r--r--staticcheck.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/staticcheck.conf b/staticcheck.conf
new file mode 100644
index 0000000..82a0d9b
--- /dev/null
+++ b/staticcheck.conf
@@ -0,0 +1 @@
checks = ["all", "ST1003"]