fix(CI): cppcheck failure step (#17240)

* feat: add cppcheck for scripts

* fix: cppcheck step failure

* trigger cppcheck build, it should fail

* fix: cppcheck should succeed

* fix: cppcheck
This commit is contained in:
Stefano Borzì
2023-09-21 12:43:57 +02:00
committed by GitHub
parent b1c92f498a
commit 168192b731
4 changed files with 11 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ enum AuthStatus
STATUS_CLOSED
};
// cppcheck-suppress ctuOneDefinitionRuleViolation
struct AccountInfo
{
void LoadResult(Field* fields);