summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-11-20 12:12:58 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-11-20 12:12:58 +0100
commit850a3d3958bedeffb8778576b0c7e52cd2310095 (patch)
tree2d4c8fc939695fcf3d0166aa515cae23e363b1d7 /.github
parent1d84af2060a4d8311d4f11b68c0f8c32f69751b5 (diff)
parentf99d07b0a96cdbcf8c309fc0d7dc13dd2fc0b197 (diff)
Merge branch '2.3' into gh-actions-ubuntu-2004
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