ClangTools: Run clang-tidy and clazy separately

They are two different tools and should not have been merged into a
single runner in the first place.
People can now actively decide to run clazy if they really want to,
rather than getting confronted with its increasingly irrelevant
complaints by default.
We keep the common settings widget for now.

Change-Id: I3c2b1db8c07ff5c128700d4a1deefd710967568a
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2022-12-07 14:49:35 +01:00
parent ca6b14cf01
commit 8b49b091f7
10 changed files with 159 additions and 114 deletions

View File

@@ -30,7 +30,7 @@ private slots:
private:
void addTestRow(const QByteArray &relativeFilePath,
int expectedDiagCount,
int expectedDiagCountClangTidy, int expectedDiagCountClazy,
const CppEditor::ClangDiagnosticConfig &diagnosticConfig);
private: