mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
15 lines
182 B
YAML
15 lines
182 B
YAML
# options for analysis running
|
|
run:
|
|
tests: false
|
|
|
|
output:
|
|
print-issued-lines: false
|
|
|
|
linters:
|
|
disable:
|
|
- errcheck
|
|
- govet
|
|
- gosimple
|
|
- unused
|
|
- staticcheck
|