chore: funlen isn't fun

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2023-03-30 22:18:54 -05:00
parent ce9eabd1b6
commit 7c385a751e
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ var (
)
// New returns a new changelog App
//
//nolint:funlen
func New() *cli.App {
app := &cli.App{
Name: "changelog",