summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clazy.yml
AgeCommit message (Collapse)Author
2020-12-15GitHub Actions: Rename clazy workflow to build-checksJan Holthuis
2020-12-14clazy: Ignore external sources in /libUwe Klotz
2020-11-23GitHub CI: Don't abort clazy build on errors (2nd attempt)Uwe Klotz
2020-11-23Revert "GitHub CI: Don't abort clazy build on errors"Uwe Klotz
This reverts commit 5338b2cfc5812ffc6105790cd0d664e40fc9b115.
2020-11-22GitHub CI: Don't abort clazy build on errorsUwe Klotz
2020-11-19GitHub Actions: Use clazy level2 blocklist to make skipped tests explicitJan Holthuis
2020-11-15GitHub Actions: Improve clazy workflowJan Holthuis
2020-11-15GitHub Actions: Enable more clazy checksJan Holthuis
2020-11-15GitHub Actions: Switch to blocklist approach for clazy checksJan Holthuis
2020-11-14Merge branch '2.3' into clazy-const-signal-or-slotUwe Klotz
# Conflicts: # .github/workflows/clazy.yml
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
clazy-unused-non-trivial-variable # Conflicts: # .github/workflows/clazy.yml
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-const-signal-or-slotJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into ↵Jan Holthuis
clazy-unused-non-trivial-variable
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qfileinfo-existsJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into ↵Jan Holthuis
clazy-unused-non-trivial-variable
2020-11-14GitHub Action: Add more clazy checksJan Holthuis
2020-11-14libraryfeature: Use faster static QFileInfo::exists() versionJan Holthuis
Fixes a -Wclazy-qfileinfo-exists warning. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qfileinfo-exists.md for details.
2020-11-14Remove unused non-trivial variablesJan Holthuis
Fixes all -Wclazy-unused-non-trivial-variable warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-unused-non-trivial-variable.md for details.
2020-11-13Fix -Wclazy-const-signal-or-slot warningsJan Holthuis
Fix getters mismarked as slot. See https://github.com/KDE/clazy/blob/master/docs/checks/README-const-signal-or-slot.md for details.
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
Avoids unnecessary memory allocations by using the multi-arg overload. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qstring-arg.md for details.
2020-11-13GitHub Actions: Add clazy supportJan Holthuis