mirror of https://github.com/thegeeklab/drone-yaml
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
434 B
31 lines
434 B
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"
|
|
|