mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
|
// cppcheck suppressions
|
||
|
assertWithSideEffect
|
||
|
|
||
|
// TODO: need to come back to these
|
||
|
duplInheritedMember
|
||
|
|
||
|
// most likely due to a cppcheck configuration issue (like missing an include)
|
||
|
syntaxError
|
||
|
|
||
|
// ignore stuff that is not ours
|
||
|
*:.pio/*
|
||
|
*:*/libdeps/*
|