[utilities/kdebugsettings] /: Add run-qmllint
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ba21e56bf1a32ab5414f8042626bfaa596ef1db3 by Laurent Montel. Committed on 20/07/2026 at 11:28. Pushed by mlaurent into branch 'master'. Add run-qmllint M +1 -0 .kde-ci.yml https://invent.kde.org/utilities/kdebugsettings/-/commit/ba21e56bf1a32ab5414f8042626bfaa596ef1db3 diff --git a/.kde-ci.yml b/.kde-ci.yml index e861f0b0..80443072 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -25,4 +25,5 @@ Options: cppcheck-arguments: '--enable=warning,style,performance --inline-suppr --suppress=passedByValue --suppress=nullPointer' tests-run-in-parallel: True cmake-options: '-DWARNINGS_AS_ERRORS=ON' + run-qmllint: True enable-lsan: True