mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-05 23:31:59 +01:00
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
// cppcheck suppressions
|
|
|
|
unusedFunction
|
|
|
|
// ignore "external" library issues
|
|
shadowFunction:*TimeLib.cpp
|
|
unreadVariable:*TimeLib.cpp
|
|
|
|
// ignore bitmask from ArduinoJson
|
|
badBitmaskCheck:*project_configuration.cpp
|
|
|
|
// ignore stuff that is not ours
|
|
*:.pio/*
|
|
*:*/libdeps/*
|