mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Upgrade golangci-lint
- Fix a SQL string concatenation - Install golangci-lint using `tools.go`
This commit is contained in:
parent
fd6edf967f
commit
ae817da223
6 changed files with 225 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -55,8 +55,6 @@ download-deps:
|
|||
.PHONY: download-deps
|
||||
|
||||
setup-dev: setup setup-git
|
||||
@echo Installing golangci-lint
|
||||
@which golangci-lint || (echo "Installing GolangCI-Lint" && cd .. && GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0)
|
||||
.PHONY: setup-dev
|
||||
|
||||
setup-git:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue