diff --git a/cppcheck_suppressions.conf b/cppcheck_suppressions.conf new file mode 100644 index 000000000..d2c3ba2e3 --- /dev/null +++ b/cppcheck_suppressions.conf @@ -0,0 +1,9 @@ +// cppcheck suppression file for swift. +// +// In order to suppress a false positive add a line using one of the following templates: +// [Explaining reason - comments] +// [error id]:[filename2] +// [error id] + +// Not sensible qualification errors +unnecessaryQualification