lint fixes

This commit is contained in:
Maxim Devaev
2024-11-07 12:36:16 +02:00
parent 4db730abd9
commit e030479aae
3 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ commands = cppcheck \
--check-level=exhaustive \
--enable=warning,portability,performance,style \
--suppress=assignmentInAssert \
--suppress=assertWithSideEffect \
--suppress=variableScope \
--inline-suppr \
--library=python \