mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
22 lines
376 B
YAML
22 lines
376 B
YAML
linters-settings:
|
|
maligned:
|
|
suggest-new: true
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- goimports
|
|
- depguard
|
|
- lll
|
|
- gochecknoinits
|
|
- gochecknoglobals
|
|
- gofmt
|
|
- scopelint
|
|
|
|
service:
|
|
golangci-lint-version: 1.17.x
|
|
prepare:
|
|
- rm -f go.sum # 1.12 -> 1.13 issues with QUIC-go
|
|
- GO111MODULE=on go mod vendor
|
|
- go run build.go assets
|