Skip to content

Commit 6cf1f25

Browse files
committed
restore indent
Signed-off-by: sivchari <[email protected]>
1 parent 197a919 commit 6cf1f25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.golangci-kal.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ linters-settings:
3939
isFirstField: Warn # Require conditions to be the first field in the status struct.
4040
usePatchStrategy: Forbid # Conditions should not use the patch strategy on CRDs.
4141
useProtobuf: Forbid # We don't use protobuf, so protobuf tags are not required.
42-
# jsontags:
43-
# jsonTagRegex: "^[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*$" # The default regex is appropriate for our use case.
44-
# optionalOrRequired:
45-
# preferredOptionalMarker: optional | kubebuilder:validation:Optional # The preferred optional marker to use, fixes will suggest to use this marker. Defaults to `optional`.
46-
# preferredRequiredMarker: required | kubebuilder:validation:Required # The preferred required marker to use, fixes will suggest to use this marker. Defaults to `required`.
47-
# requiredFields:
48-
# pointerPolicy: Warn | SuggestFix # Defaults to `SuggestFix`. We want our required fields to not be pointers.
42+
# jsonTags:
43+
# jsonTagRegex: "^[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*$" # The default regex is appropriate for our use case.
44+
# optionalOrRequired:
45+
# preferredOptionalMarker: optional | kubebuilder:validation:Optional # The preferred optional marker to use, fixes will suggest to use this marker. Defaults to `optional`.
46+
# preferredRequiredMarker: required | kubebuilder:validation:Required # The preferred required marker to use, fixes will suggest to use this marker. Defaults to `required`.
47+
# requiredFields:
48+
# pointerPolicy: Warn | SuggestFix # Defaults to `SuggestFix`. We want our required fields to not be pointers.
4949

5050
issues:
5151
exclude-files:

0 commit comments

Comments
 (0)