Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Exler <Steffen.Exler@mail.schwarz>
  • Loading branch information
Steffen Exler authored and Steffen Exler committed Oct 29, 2021
1 parent 8afbca9 commit c781024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gotemplate/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func NewOptionValues() *OptionValues {
type OptionNameToValue map[string]interface{}

// NewOptions returns all of go/template's options.
func NewOptions(githubTagLister repos.GithubTagLister) *Options {
func NewOptions(githubTagLister repos.GithubTagLister) *Options { // nolint: funlen // Static initialization
return &Options{
Base: []Option{
{
Expand Down

0 comments on commit c781024

Please sign in to comment.