Skip to content

upgrade golangci-lint tool and enable more tools#214

Merged
ChristopherHX merged 1 commit into
ChristopherHX:mainfrom
leslie-qiwa:lint
Aug 20, 2025
Merged

upgrade golangci-lint tool and enable more tools#214
ChristopherHX merged 1 commit into
ChristopherHX:mainfrom
leslie-qiwa:lint

Conversation

@leslie-qiwa
Copy link
Copy Markdown
Contributor

Also fixed another 21 issues identified

Also fixed another 21 issues identified

Signed-off-by: Leslie Qi Wang <qiwa@pensando.io>
return &yaml.Node{Kind: yaml.ScalarNode, Style: yaml.DoubleQuotedStyle,
Value: templateOpenToken + *token.Directive + templateCloseToken}, nil
return &yaml.Node{
Kind: yaml.ScalarNode, Style: yaml.DoubleQuotedStyle,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move Style: into next line?

warnPrefix = "##[warn]"
errorPrefix = "##[error]"
panicPrefix = "##[panic]"
fatalPrefix = "##[fatal]"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

panic / fatal are not part of the GitHub Action Spec, but do not harm if seen...

@ChristopherHX ChristopherHX merged commit 18bf9e0 into ChristopherHX:main Aug 20, 2025
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants