chore: nolint marker for revive

This commit is contained in:
decentral1se 2023-12-29 10:16:01 +01:00
parent eb9d050624
commit d609dbaf2c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ type model struct {
debug bool
}
func NewModel(username, homeDir string, debug bool) model {
func NewModel(username, homeDir string, debug bool) model { // nolint:revive
input := textinput.New()
input.Prompt = "> "
input.PromptStyle = inputPromptStyle