Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jesús Fernández <[email protected]>
  • Loading branch information
fernandezcuesta committed Oct 28, 2024
1 parent 2a3b63b commit cdbd285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/team/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
ErrFmtNoAttribute = `"attribute not found: %s`
ErrFmtNoAttribute = `attribute not found: %s`

Check failure on line 11 in config/team/config.go

View workflow job for this annotation

GitHub Actions / lint

exported const ErrFmtNoAttribute should have comment (or a comment on this block) or be unexported (golint)
ErrFmtUnexpectedType = `unexpected type for attribute %s: Expecting a string`
)

Expand Down

0 comments on commit cdbd285

Please sign in to comment.