mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
golang-ci: Turn up the heat
This commit is contained in:
parent
eb8df7f632
commit
f593ac387c
@ -1,5 +1,21 @@
|
||||
run:
|
||||
modules-download-mode: readonly
|
||||
|
||||
linters-settings:
|
||||
maligned:
|
||||
suggest-new: true
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- goimports
|
||||
- depguard
|
||||
- lll
|
||||
- gochecknoinits
|
||||
- gochecknoglobals
|
||||
- gofmt
|
||||
|
||||
service:
|
||||
golangci-lint-version: 1.13.x
|
||||
golangci-lint-version: 1.16.x
|
||||
prepare:
|
||||
- go run build.go assets
|
||||
- GO111MODULE=on go mod vendor
|
Loading…
Reference in New Issue
Block a user