source:
code/trunk/vendor/github.com/prometheus/procfs/.golangci.yml@
822
Last change on this file since 822 was 822, checked in by , 22 months ago | |
---|---|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[822] | 1 | --- |
2 | linters: | |
3 | enable: | |
4 | - godot | |
5 | - revive | |
6 | ||
7 | linter-settings: | |
8 | godot: | |
9 | capital: true | |
10 | exclude: | |
11 | # Ignore "See: URL" | |
12 | - 'See:' |
Note:
See TracBrowser
for help on using the repository browser.