2019-10-10 13:42:31 +02:00
|
|
|
# This file contains all available configuration options
|
|
|
|
# with their default values.
|
|
|
|
|
|
|
|
# options for analysis running
|
|
|
|
run:
|
|
|
|
tests: false
|
|
|
|
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- wsl
|
|
|
|
- lll
|
|
|
|
- funlen
|
|
|
|
- godox
|
2020-01-07 09:56:47 -03:00
|
|
|
- gomnd
|