Skip to content

Commit

Permalink
remove space before nolint to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick authored Dec 8, 2023
1 parent 881eda1 commit 0a18eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-kaniko/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
_ "github.com/joho/godotenv/autoload"
)

// nolint: funlen // ignore function length due to comments and flags
//nolint: funlen // ignore function length due to comments and flags

Check failure on line 19 in cmd/vela-kaniko/main.go

View workflow job for this annotation

GitHub Actions / golangci

[golangci] cmd/vela-kaniko/main.go#L19

File is not `gofmt`-ed with `-s` (gofmt)
Raw output
cmd/vela-kaniko/main.go:19: File is not `gofmt`-ed with `-s` (gofmt)
//nolint: funlen // ignore function length due to comments and flags
func main() {
// capture application version information
v := version.New()
Expand Down

0 comments on commit 0a18eb8

Please sign in to comment.