Remove cppcheck from kwayland

Summary: Like we did on kwin, it doesn't work.

Test Plan: This very patch

Reviewers: #frameworks, davidedmundson

Reviewed By: davidedmundson

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D28309
This commit is contained in:
Aleix Pol 2020-03-26 15:46:25 +01:00
parent 3c6e4ac0d1
commit 6d606ba393

View file

@ -10,11 +10,6 @@
"xml": {
"type": "xml",
"include": "(\\.xml$)"
},
"cppcheck": {
"type": "cppcheck",
"include": "(\\.(cpp|h|cxx|hpp)$)",
"flags": ["--language=c++", "--std=c++11"]
}
}
}