mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
20 lines
306 B
YAML
20 lines
306 B
YAML
linters-settings:
|
|
maligned:
|
|
suggest-new: true
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- goimports
|
|
- depguard
|
|
- lll
|
|
- gochecknoinits
|
|
- gochecknoglobals
|
|
- gofmt
|
|
|
|
service:
|
|
golangci-lint-version: 1.16.x
|
|
prepare:
|
|
- GO111MODULE=on go mod vendor
|
|
- go run build.go assets
|