mirror of
https://github.com/octoleo/syncthing.git
synced 2025-04-04 00:31:50 +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:
|
service:
|
||||||
golangci-lint-version: 1.13.x
|
golangci-lint-version: 1.16.x
|
||||||
prepare:
|
prepare:
|
||||||
- go run build.go assets
|
- go run build.go assets
|
||||||
- GO111MODULE=on go mod vendor
|
|
Loading…
x
Reference in New Issue
Block a user