1
0
mirror of https://github.com/prometheus/node_exporter.git synced 2026-02-05 15:45:10 +01:00
Files
node_exporter/staticcheck.conf
Johannes 'fish' Ziemke 8a6a464b7e 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>
2019-01-04 16:36:49 +00:00

2 lines
27 B
Plaintext

checks = ["all", "ST1003"]