mirror of
https://github.com/dokku/dokku.git
synced 2025-12-14 19:17:41 +01:00
25 lines
300 B
YAML
25 lines
300 B
YAML
---
|
|
run:
|
|
timeout: 5m
|
|
|
|
linters:
|
|
disable-all: true
|
|
|
|
enable:
|
|
- errcheck
|
|
- goconst
|
|
- gocyclo
|
|
- gofumpt
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- typecheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- whitespace
|