mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 03:45:12 +00:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
# Copyright 2022 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include ../../Makefile-modules.mk
|
|
|
|
lint:
|
|
echo "Skipping lint for broken module depprobcheck"
|
|
|
|
test:
|
|
echo "Skipping test for broken module depprobcheck"
|