blob: 357b6f58a175e8624234aa2852d24cd073ce36d8 [file] [log] [blame]
Joey Armstrong0205d332023-04-11 17:29:23 -04001# -*- makefile -*-
2# -----------------------------------------------------------------------
3# Copyright 2022 Open Networking Foundation (ONF) and the ONF Contributors
4# -----------------------------------------------------------------------
5
6$(if $(DEBUG),$(warning ENTER))
7
8help ::
9 @echo
10 @echo "[LINT]"
11
12include $(ONF_MAKE)/lint/groovy.mk
13include $(ONF_MAKE)/lint/jjb.mk
14include $(ONF_MAKE)/lint/json.mk
15include $(ONF_MAKE)/lint/makefile.mk
16include $(ONF_MAKE)/lint/python.mk
17include $(ONF_MAKE)/lint/shell.mk
18include $(ONF_MAKE)/lint/yaml.mk
19
20include $(ONF_MAKE)/lint/help.mk
21
22$(if $(DEBUG),$(warning LEAVE))
23
24# [EOF]