mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 03:04:02 +03:00
Update to the latest golangci-lint
This commit is contained in:
@@ -10,6 +10,11 @@ sources = ["**/*.go", "go.mod", "go.sum"]
|
||||
outputs = ["mtg"]
|
||||
run = "go build"
|
||||
|
||||
[tasks.lint]
|
||||
description = "Run linter"
|
||||
tools.golangci-lint = "latest"
|
||||
run = "golangci-lint run"
|
||||
|
||||
[tasks.test]
|
||||
description = "Run tests"
|
||||
run = "go test -v ./..."
|
||||
|
||||
Reference in New Issue
Block a user