diff options
Diffstat (limited to 'vendor/github.com/prometheus/procfs/.golangci.yml')
-rw-r--r-- | vendor/github.com/prometheus/procfs/.golangci.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/prometheus/procfs/.golangci.yml b/vendor/github.com/prometheus/procfs/.golangci.yml new file mode 100644 index 000000000..c24864a92 --- /dev/null +++ b/vendor/github.com/prometheus/procfs/.golangci.yml @@ -0,0 +1,15 @@ +--- +linters: + enable: + - godot + - misspell + - revive + +linter-settings: + godot: + capital: true + exclude: + # Ignore "See: URL" + - 'See:' + misspell: + locale: US |