firmware/suppressions.txt

17 lines
324 B
Plaintext
Raw Normal View History

2022-01-24 07:00:14 +00:00
// cppcheck suppressions
assertWithSideEffect
// TODO: need to come back to these
duplInheritedMember
2022-01-24 17:24:40 +00:00
// no real downside/harm in these
unusedFunction
unusedPrivateFunction
2022-01-24 07:00:14 +00:00
// most likely due to a cppcheck configuration issue (like missing an include)
syntaxError
// ignore stuff that is not ours
*:.pio/*
*:*/libdeps/*