🍱 fix lint

This commit is contained in:
Max Lerebourg
2023-03-04 12:08:03 +01:00
parent 46e581eca2
commit f0bb140596
+1 -1
View File
@@ -118,7 +118,7 @@ func GetVariable(config *Config, key string) (string, error) {
// ValidateParams validate all the param gave by user.
//
//nolint:gocyclo
//nolint:gocyclo,gocognit
func ValidateParams(config *Config) error {
if err := validateParamsRequired(config); err != nil {
return err