chore(magefile): add aliases for lint

This commit is contained in:
kolaente
2024-02-14 15:05:11 +01:00
parent 415c6380a5
commit 827c43fe12
2 changed files with 6 additions and 23 deletions

View File

@@ -71,7 +71,8 @@ var (
"dev:make-listener": Dev.MakeListener,
"dev:make-notification": Dev.MakeNotification,
"generate-docs": GenerateDocs,
"check:golangci-fix": Check.GolangciFix,
"lint": Check.Golangci,
"lint:fix": Check.GolangciFix,
}
)