Last change
on this file since 824 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:
240 bytes
|
Rev | Line | |
---|
[822] | 1 | linters:
|
---|
| 2 | enable-all: true
|
---|
| 3 | disable:
|
---|
| 4 | - gochecknoglobals
|
---|
| 5 | - gomnd
|
---|
| 6 | # TODO: re-enable these
|
---|
| 7 | - errcheck
|
---|
| 8 | - funlen
|
---|
| 9 | # TODO: maybe re-enable these
|
---|
| 10 | - godox
|
---|
| 11 | - wsl
|
---|
| 12 |
|
---|
| 13 | linters-settings:
|
---|
| 14 | govet:
|
---|
| 15 | check-shadowing: true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.