summaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/procfs/.golangci.yml
blob: 126df9e67acf6467c60f60ab7d2e5c5f7d28cc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
linters:
  enable:
  - errcheck
  - godot
  - gosimple
  - govet
  - ineffassign
  - misspell
  - revive
  - staticcheck
  - testifylint
  - unused

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