Enable dupword linter.

Signed-off-by: Xun Jiang <jxun@vmware.com>
This commit is contained in:
Xun Jiang
2023-11-29 11:13:46 +08:00
parent b8604b6a89
commit 3805a470a9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -326,6 +326,7 @@ linters:
- unused
- usestdlibvars
- whitespace
- dupword
fast: false
+1 -1
View File
@@ -83,7 +83,7 @@ const (
// AsyncOperationIDLabel is the label key used to identify the async operation ID
AsyncOperationIDLabel = "velero.io/async-operation-id"
// PVCNameLabel is the label key used to identify the the PVC's namespace and name.
// PVCNameLabel is the label key used to identify the PVC's namespace and name.
// The format is <namespace>/<name>.
PVCNamespaceNameLabel = "velero.io/pvc-namespace-name"