mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
82fd65665f
bidichk checks for dangerous unicode character sequences (https://github.com/golangci/golangci-lint/pull/2330)
14 lines
160 B
YAML
14 lines
160 B
YAML
linters-settings:
|
|
gofmt:
|
|
simplify: true
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
- govet
|
|
- bidichk
|
|
|
|
run:
|
|
timeout: 5m
|