1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00
woodpecker/.golangci.yml
6543 86bb8f195c
format do 'simplify' and check via CI (#509)
* `make format` simplify code now

* code format

* check simplified via linter
2021-11-14 22:33:45 +01:00

11 lines
126 B
YAML

linters-settings:
gofmt:
simplify: true
linters:
disable-all: true
enable:
- gofmt
- goimports
- govet