fix: fixing lint issue

Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
This commit is contained in:
Adam Blasko 2025-04-15 17:27:56 +02:00 committed by yxxhero
parent 94142186cb
commit 68cb631530
1 changed files with 1 additions and 1 deletions

View File

@ -1803,7 +1803,7 @@ type diffPrepareResult struct {
// commonDiffFlags returns common flags for helm diff, not in release-specific context // commonDiffFlags returns common flags for helm diff, not in release-specific context
func (st *HelmState) commonDiffFlags(detailedExitCode bool, stripTrailingCR bool, includeTests bool, suppress []string, suppressSecrets bool, showSecrets bool, noHooks bool, opt *DiffOpts) []string { func (st *HelmState) commonDiffFlags(detailedExitCode bool, stripTrailingCR bool, includeTests bool, suppress []string, suppressSecrets bool, showSecrets bool, noHooks bool, opt *DiffOpts) []string {
var flags []string = []string{} var flags = []string{}
if detailedExitCode { if detailedExitCode {
flags = append(flags, "--detailed-exitcode") flags = append(flags, "--detailed-exitcode")