We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d901661 commit 15b19a6Copy full SHA for 15b19a6
2 files changed
selfcheck.sh
@@ -47,7 +47,8 @@ $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
47
--cppcheck-build-dir=b2 \
48
-DQT_CHARTS_LIB \
49
-I$cmake_output/gui -Ifrontend -Igui \
50
- gui/*.cpp $cmake_output/gui \
+ -igui/test/data \
51
+ gui $cmake_output/gui \
52
|| ec=1
53
54
$cppcheck_bin $selfcheck_options $cppcheck_options \
selfcheck_san.sh
@@ -39,7 +39,8 @@ $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
39
--suppress=constVariablePointer:*/moc_*.cpp \
40
41
42
43
44
45
46
0 commit comments