mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
21 lines
458 B
YAML
21 lines
458 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- lll
|
|
- gochecknoinits
|
|
- gochecknoglobals
|
|
- funlen
|
|
- whitespace
|
|
- wsl
|
|
- gomnd
|
|
|
|
linters-settings:
|
|
godox:
|
|
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
|
|
# might be left in the code accidentally and should be resolved before merging
|
|
keywords:
|
|
- FIXME
|
|
# gocognit:
|
|
# min-complexity: 50
|
|
# gocyclo:
|
|
# min-complexity: 50
|