blob: 95059fefe843ba3d980569f26c9fcf8e20cb624c [file] [log] [blame]
Joey Armstrong367d76b2023-06-08 17:16:46 -04001# -*- makefile -*-
2# -----------------------------------------------------------------------
3# Copyright 2022 Open Networking Foundation (ONF) and the ONF Contributors
4# -----------------------------------------------------------------------
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]