This commit is contained in:
Devaev Maxim 2020-12-10 14:33:24 +03:00
parent b9e4975b77
commit 0f92e73f56

View File

@ -18,6 +18,9 @@ commands = cppcheck \
--suppress=variableScope \
--inline-suppr \
-DCHAR_BIT=8 \
-DWITH_RAWSINK \
-DWITH_OMX \
-DWITH_GPIO \
src
[testenv:flake8]