blob: d2f9e6d944f7f4cd6945b48909468f28e353bbd0 [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
21include $(ONF_MAKEDIR)/lint/shell.mk
22include $(ONF_MAKEDIR)/lint/yaml.mk
23
24include $(ONF_MAKEDIR)/lint/help.mk
25
26$(if $(DEBUG),$(warning LEAVE))
27
28# [EOF]