blob: fed8f59f724fe55893e1c3513f17cc37413c068f [file] [log] [blame]
Joey Armstrong367d76b2023-06-08 17:16:46 -04001# -*- makefile -*-
2# -----------------------------------------------------------------------
Joey Armstrong7a9af442024-01-03 19:26:36 -05003# Copyright 2012-2024 Open Networking Foundation (ONF) and the ONF Contributors
Joey Armstrong367d76b2023-06-08 17:16:46 -04004# -----------------------------------------------------------------------
5# https://gerrit.opencord.org/plugins/gitiles/onf-make
6# ONF.makefile.version = 1.1
7# -----------------------------------------------------------------------
8
9$(if $(DEBUG),$(warning ENTER))
10
11help ::
12 @echo
13 @echo "[LINT]"
14
15include $(ONF_MAKEDIR)/lint/groovy.mk
16include $(ONF_MAKEDIR)/lint/jjb.mk
17include $(ONF_MAKEDIR)/lint/json.mk
18include $(ONF_MAKEDIR)/lint/license/include.mk
19include $(ONF_MAKEDIR)/lint/makefile.mk
20include $(ONF_MAKEDIR)/lint/python.mk
Joey Armstrong1a78c6c2024-05-03 18:55:00 -040021include $(onf-mk-dir)/lint/shell/include.mk
22include $(onf-mk-dir)/lint/yaml/include.mk
23# include $(ONF_MAKEDIR)/lint/shell.mk
24# include $(ONF_MAKEDIR)/lint/yaml.mk
Joey Armstrong367d76b2023-06-08 17:16:46 -040025
26include $(ONF_MAKEDIR)/lint/help.mk
27
28$(if $(DEBUG),$(warning LEAVE))
29
30# [EOF]