mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
feat: formatting with golangci-lint and gci
This commit is contained in:
@@ -98,6 +98,15 @@ tasks:
|
||||
cmds:
|
||||
- golangci-lint run --fix
|
||||
|
||||
format:
|
||||
desc: Runs golangci-lint and formats any Go files
|
||||
aliases: [fmt, f]
|
||||
sources:
|
||||
- './**/*.go'
|
||||
- .golangci.yml
|
||||
cmds:
|
||||
- golangci-lint fmt
|
||||
|
||||
sleepit:build:
|
||||
desc: Builds the sleepit test helper
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user