summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-15 01:41:09 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-15 01:55:30 +0100
commit54161935681a443c814e2cb6b9aa68b33c1ad14e (patch)
tree26b0142e5b6fa5d93b76ca91f1367602b5579f6b /.github/workflows
parente8d53072e489f061f9339f67ab59b386c779b7cd (diff)
GitHub Actions: Switch to blocklist approach for clazy checks
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 dec88a6616..ac21b184de 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -22,4 +22,4 @@ jobs:
LD: clang++
CC: clang
CXX: clazy
- CLAZY_CHECKS: const-signal-or-slot,range-loop,qfileinfo-exists,qstring-arg,qstring-ref,qstring-insensitive-allocation,empty-qstringliteralexists,unused-non-trivial-variable
+ CLAZY_CHECKS: level1,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-wrong-qevent-cast,no-old-style-connect,no-connect-not-normalized