Skip to content

Commit f2b086e

Browse files
committed
fix lint
1 parent 3060e05 commit f2b086e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ gosec: ## Run gosec against code.
128128

129129
.PHONY: lint
130130
lint: tools ## Run lint against code.
131-
golang-ci-lint run -c .golangci.yml
131+
golangci-lint run -c .golangci.yml
132132

133133
.PHONY: lint
134134
lint-api: golangci-lint-kal ## Run lint against code.

internal/controller/linodefirewall_controller_helpers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ func processIPRules(ips []string, rule infrav1alpha2.FirewallRuleSpec, ruleLabel
399399
Addresses: linodego.NetworkAddresses{IPv6: &chunk},
400400
})
401401
}
402+
default:
403+
return
402404
}
403405
}
404406

0 commit comments

Comments
 (0)