blob: f011e31f31f6cde250639bc128299f749001dc00 [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
Joey Armstronge98239c2023-05-08 17:10:07 -040015include $(ONF_MAKE)/lint/license/include.mk
Joey Armstrong0205d332023-04-11 17:29:23 -040016include $(ONF_MAKE)/lint/makefile.mk
17include $(ONF_MAKE)/lint/python.mk
18include $(ONF_MAKE)/lint/shell.mk
19include $(ONF_MAKE)/lint/yaml.mk
20
21include $(ONF_MAKE)/lint/help.mk
22
23$(if $(DEBUG),$(warning LEAVE))
24
25# [EOF]