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