Belle II Software
release-08-01-10
klm_cppcheck.py
1
#!/usr/bin/env python3
2
3
10
11
"""
12
Perform code quality cppchecks for every commit to the klm package.
13
"""
14
15
import
re
16
from
b2test_utils
import
check_error_free
17
18
if
__name__ ==
"__main__"
:
19
ignoreme =
"nofile:0:0"
20
check_error_free(
"b2code-cppcheck"
,
"cppcheck"
,
"klm"
,
21
lambda
x: re.findall(ignoreme, x)
or
x ==
"'"
)
klm
tests
klm_cppcheck.py
Generated on Mon Sep 23 2024 14:03:17 for Belle II Software by
1.9.1