12Perform code doxygen checks for every commit to the ecl package.
13Eventually these checks can be included as git hooks.
17from b2test_utils
import check_error_free
19if __name__ ==
"__main__":
21 ignoreDiscreteCosineTransform =
'DiscreteCosineTransform'
22 ignoreEclConfigurationPure =
'EclConfigurationPure'
24 check_error_free(
"b2code-doxygen-warnings",
"doxygen",
"ecl",
26 re.findall(ignoreDiscreteCosineTransform, x)
or
27 re.findall(ignoreEclConfigurationPure, x)
or