mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
20 lines
221 B
YAML
20 lines
221 B
YAML
version: "2"
|
|
|
|
run:
|
|
timeout: 5m
|
|
tests: false
|
|
concurrency: 4
|
|
|
|
linters:
|
|
default: standard
|
|
|
|
settings:
|
|
errcheck:
|
|
check-type-assertions: true
|
|
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
- golines
|
|
- goimports
|