refactor: address cppcheck performance warnings and enable performance static analysis
This commit is contained in:
@@ -25,7 +25,7 @@ repos:
|
||||
language: system
|
||||
types_or: [c++, c]
|
||||
args: [
|
||||
"--enable=warning,portability",
|
||||
"--enable=warning,portability,performance",
|
||||
"--suppress=missingIncludeSystem",
|
||||
"--suppress=unusedFunction",
|
||||
"--suppress=normalCheckLevelMaxBranches",
|
||||
|
||||
Reference in New Issue
Block a user