blob: 66834a698c95351ab15728f8f710fa6f380bc1ee [file] [log] [blame]
# -*- makefile -*-
# -----------------------------------------------------------------------
# Copyright 2022 Open Networking Foundation (ONF) and the ONF Contributors
# -----------------------------------------------------------------------
$(if $(DEBUG),$(warning ENTER))
help ::
@echo
@echo "[LINT]"
include $(ONF_MAKE)/lint/jjb.mk
include $(ONF_MAKE)/lint/makefile.mk
include $(ONF_MAKE)/lint/python.mk
include $(ONF_MAKE)/lint/shell.mk
include $(ONF_MAKE)/lint/help.mk
ifdef YAML_FILES
include $(ONF_MAKE)/lint/yaml/python.mk
else
include $(ONF_MAKE)/lint/yaml/yamllint.mk
endif
$(if $(DEBUG),$(warning LEAVE))
# [EOF]