tryfix cppcheck errors

also ignore temporary files
This commit is contained in:
Thomas Göttgens
2023-05-24 02:44:30 +02:00
parent 1dfa8f2d9e
commit 52df85c338
4 changed files with 6 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ cstyleCast
// ignore stuff that is not ours
*:.pio/*
*:*/libdeps/*
*:*/generated/*
noExplicitConstructor:*/mqtt/*
postfixOperator:*/mqtt/*
@@ -44,3 +45,5 @@ missingOverride
virtualCallInConstructor
passedByValue:*/RedirectablePrint.h
internalAstError:*/CrossPlatformCryptoEngine.cpp