summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-12-14 15:30:17 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-12-14 16:34:24 +0100
commit0719cf12c8882fde224af1ae0ff7483aaf4954f9 (patch)
treee86c3c069cbd6f12a44240af1657df1f9272ef00 /.github/workflows
parent6204bb6833806dd3466b701ee72eceb4ebf39934 (diff)
clazy: Ignore external sources in /lib
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clazy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/clazy.yml b/.github/workflows/clazy.yml
index 59ea855cd0..68ed7224cd 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -84,3 +84,4 @@ jobs:
working-directory: cmake_build
env:
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
+ CLAZY_IGNORE_DIRS: lib/.*