Skip to content

Commit 4d2d977

Browse files
committed
chore: improve lint command
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 14b7224 commit 4d2d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ define run_linter
2525
-e DEFAULT_WORKSPACE="$$DEFAULT_WORKSPACE" \
2626
-e FILTER_REGEX_INCLUDE="$(filter-out $@,$(MAKECMDGOALS))" \
2727
-e IGNORE_GITIGNORED_FILES=true \
28+
-e KUBERNETES_KUBECONFORM_OPTIONS="--schema-location default --schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'" \
2829
$(1) \
2930
-v $$VOLUME \
3031
--rm \
3132
$$LINTER_IMAGE
3233
endef
3334

34-
3535
#############################
3636
# Argument fix workaround
3737
#############################

0 commit comments

Comments
 (0)