strange enough _that_ suppression works

This commit is contained in:
Thomas Göttgens 2022-11-22 15:56:13 +01:00
parent 71c2af04ec
commit 832439b336

View File

@ -36,7 +36,10 @@ cstyleCast
// ignore stuff that is not ours
*:.pio/*
*:*/libdeps/*
noExplicitConstructor:*/mqtt/*
postfixOperator:*/mqtt/*
// these two caused issues
missingOverride
virtualCallInConstructor