summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-17 20:57:44 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-19 19:46:54 +0100
commit9213b41a02c408bf82b0606f3a71646036f7d1e7 (patch)
treeb5cbeff2d81625dedd4d065c97f9c3d173b2ca0b /.github
parenta099452f7c544bf5d8342a707cc8386cc5fe98f0 (diff)
GitHub Actions: Use clazy level2 blocklist to make skipped tests explicit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clazy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clazy.yml b/.github/workflows/clazy.yml
index f64fe06786..8c5a08c1f3 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -82,4 +82,4 @@ jobs:
run: cmake --build . -j $(nproc)
working-directory: cmake_build
env:
- CLAZY_CHECKS: level1,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-wrong-qevent-cast
+ CLAZY_CHECKS: level2,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-wrong-qevent-cast,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,no-missing-typeinfo,no-base-class-event