source: code/trunk/vendor/github.com/prometheus/procfs/.golangci.yml@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 139 bytes
RevLine 
[822]1---
2linters:
3 enable:
4 - godot
5 - revive
6
7linter-settings:
8 godot:
9 capital: true
10 exclude:
11 # Ignore "See: URL"
12 - 'See:'
Note: See TracBrowser for help on using the repository browser.