CPPCheck: excluding text formatting files is no longer needed

Since the large else-if chain was refactored into an array lookup,
these files are no longer a problem.
This commit is contained in:
Campbell Barton 2023-06-29 10:53:18 +10:00
parent 09c0c86d83
commit d42bc6d433

@ -25,11 +25,9 @@ CHECKER_IGNORE_PREFIX = [
"extern",
]
# To add files use a relative path.
CHECKER_EXCLUDE_SOURCE_FILES = set(os.path.join(*f.split("/")) for f in (
# These files hang (taking longer than 5min with v2.8.2 at time of writing).
# All other files process in under around 10seconds.
"source/blender/editors/space_text/text_format_pov.c",
"source/blender/editors/space_text/text_format_pov_ini.c",
# "source/blender/example.c",
))
CHECKER_ARGS = [