Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bea3cf0

Browse files
committedFeb 27, 2025··
restore comment out
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent 75ea09b commit bea3cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.golangci-kal.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ linters-settings:
4444
# optionalOrRequired:
4545
# preferredOptionalMarker: optional | kubebuilder:validation:Optional # The preferred optional marker to use, fixes will suggest to use this marker. Defaults to `optional`.
4646
# 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.
4749

4850
issues:
4951
exclude-files:

0 commit comments

Comments
 (0)
Please sign in to comment.