From d792b42db76ecf37687692a515a9297d60c0d922 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Sat, 23 Sep 2023 23:05:34 +0200 Subject: [PATCH] ci(github): Enable some more clazy checks from the "manual" level --- .github/workflows/build-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index 4bfb5bce4ea..67b2557c165 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -117,7 +117,7 @@ jobs: run: cmake --build . -j $(nproc) -- --keep-going working-directory: build env: - CLAZY_CHECKS: level2,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-qstring-allocations,no-function-args-by-value,no-copyable-polymorphic,no-ctor-missing-parent-argument,no-missing-qobject-macro,no-rule-of-three,no-returning-void-expression + CLAZY_CHECKS: level2,container-inside-loop,heap-allocated-small-trivial-type,isempty-vs-count,qhash-with-char-pointer-key,qproperty-type-mismatch,tr-non-literal,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-qstring-allocations,no-function-args-by-value,no-copyable-polymorphic,no-ctor-missing-parent-argument,no-missing-qobject-macro,no-rule-of-three,no-returning-void-expression CLAZY_IGNORE_DIRS: lib/.* - name: "Test" if: matrix.name == 'coverage'