Skip to content

Commit a726044

Browse files
committed
Enable NoNewRequiredFields in crd-schema-checker
It was disabled with 553fc53. We should not add this setting in the script. If required, we should override the job to allow a wanted change in that regard. Signed-off-by: Martin Schuppert <[email protected]>
1 parent c4e96a7 commit a726044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/crd-schema-checker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euxo pipefail
33

44
CHECKER=$INSTALL_DIR/crd-schema-checker
55

6-
DISABLED_VALIDATORS=NoMaps,NoBools,ListsMustHaveSSATags,NoNewRequiredFields # TODO: https://issues.redhat.com/browse/OSPRH-12254
6+
DISABLED_VALIDATORS=NoMaps,NoBools,ListsMustHaveSSATags # TODO: https://issues.redhat.com/browse/OSPRH-12254
77

88
CHECKER_ARGS=""
99
if [[ ${DISABLED_VALIDATORS:+x} ]]; then

0 commit comments

Comments
 (0)