[ci] Skip datarefs.inc with cppcheck

This commit is contained in:
Lars Toenning
2023-04-16 13:21:59 +02:00
parent 9437e9680e
commit a065c8e737
2 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,10 @@
#include <string>
#include <cassert>
#include "datarefs.inc"
// Avoid checking large auto-generated header with cppcheck
#ifndef CPPCHECK
# include "datarefs.inc"
#endif
namespace XSwiftBus
{