Skip to content

Commit 614c1a3

Browse files
committed
Fix false positive linter error
1 parent 11f4f0b commit 614c1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
etcdHostFlg = "etcd-host"
5252
crdValidationFlg = "enable-crd-validation"
5353
operatorImageFlg = "operator-image"
54-
pgParamBlockListFlg = "postgres-param-blocklist"
54+
pgParamBlockListFlg = "postgres-param-blocklist" // nolint
5555
majorVersionUpgradeModeFlg = "major-version-upgrade-mode"
5656
standbyClustersSourceRangesFlg = "standby-clusters-source-ranges"
5757
postgresletNamespaceFlg = "postgreslet-namespace"

0 commit comments

Comments
 (0)