fix: fixing lint issue
Signed-off-by: Adam Blasko <adam.blasko1@gmail.com>
This commit is contained in:
		
							parent
							
								
									94142186cb
								
							
						
					
					
						commit
						68cb631530
					
				|  | @ -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") | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue