CPPCheck: exclude large lookup table in checks

This commit is contained in:
Campbell Barton
2024-01-25 10:09:00 +11:00
parent 8f4f4d62bc
commit e89fdadf8e
@@ -27,7 +27,7 @@ CHECKER_IGNORE_PREFIX = [
# To add files use a relative path.
CHECKER_EXCLUDE_SOURCE_FILES = set(os.path.join(*f.split("/")) for f in (
# "source/blender/example.c",
"source/blender/draw/engines/eevee_next/eevee_lut.cc",
))
CHECKER_ARGS = [