makefiles/
==========
o Update copyright notice to 2024.
makefiles/lint/robot/include.mk
makefiles/lint/robot/robot.mk
makefiles/lint/robot/help.mk
-------------------------------
o Update robot.mk to use the latest lint target syntax for *-{all,mod,src}.
config.mk
---------
o Disable robot linting for now until bulk cleanups can be made.
libraries/k8s.robot
libraries/utils.robot
---------------------
o Cosmetic changes to force a delta / jenkins job run.
Change-Id: I52291b9423fd5e9197b430329514c81a33526925
diff --git a/makefiles/lint/include.mk b/makefiles/lint/include.mk
index c692a3e..39008cb 100644
--- a/makefiles/lint/include.mk
+++ b/makefiles/lint/include.mk
@@ -35,6 +35,7 @@
include $(ONF_MAKEDIR)/lint/makefile.mk
# include $(ONF_MAKEDIR)/lint/markdown/include.mk
include $(ONF_MAKEDIR)/lint/python/include.mk
+include $(ONF_MAKEDIR)/lint/robot/include.mk
include $(ONF_MAKEDIR)/lint/shellcheck/include.mk
include $(ONF_MAKEDIR)/lint/tox/include.mk
include $(ONF_MAKEDIR)/lint/yaml/include.mk