0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-09-21 06:32:46 +02:00
drone-admin/.golangci.yml

32 lines
434 B
YAML
Raw Normal View History

2022-07-20 17:12:41 +02:00
linters:
enable:
- gosimple
- deadcode
- typecheck
- govet
- errcheck
- staticcheck
- unused
- structcheck
- varcheck
- dupl
- gofmt
- misspell
- gocritic
- bidichk
- ineffassign
- revive
- gofumpt
- depguard
enable-all: false
disable-all: true
fast: false
run:
timeout: 3m
linters-settings:
gofumpt:
extra-rules: true
lang-version: "1.18"