mirror of
https://github.com/safing/portmaster
synced 2025-04-09 21:49:11 +00:00
10 lines
145 B
YAML
10 lines
145 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- lll
|
|
- gochecknoinits
|
|
- gochecknoglobals
|
|
- funlen
|
|
- whitespace
|
|
- wsl
|
|
- godox
|