summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-11-20 07:07:13 +0100
committerGitHub <noreply@github.com>2020-11-20 07:07:13 +0100
commitf99d07b0a96cdbcf8c309fc0d7dc13dd2fc0b197 (patch)
treee2411c56e7c63b6142337bcb28dafc9e55c8316a /.github/workflows
parent1ddb09583aee53d34f3e4d48fc48ec98619957bb (diff)
parent9213b41a02c408bf82b0606f3a71646036f7d1e7 (diff)
Merge pull request #3335 from Holzhaus/clazy-function-args-by-ref
Fix -Wclazy-function-arg-by-ref warnings
Diffstat (limited to '.github/workflows')
-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