forked from toolshed/abra
chore: vendor
This commit is contained in:
22
vendor/github.com/prometheus/procfs/.golangci.yml
generated
vendored
Normal file
22
vendor/github.com/prometheus/procfs/.golangci.yml
generated
vendored
Normal file
@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user