summaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/procfs/.golangci.yml
blob: c24864a9273cb8bd7cb1b20dee93eee2cec65442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
linters:
  enable:
  - godot
  - misspell
  - revive

linter-settings:
  godot:
    capital: true
    exclude:
    # Ignore "See: URL"
    - 'See:'
  misspell:
    locale: US