summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-15 13:20:47 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-15 13:20:47 +0100
commitf2eff452538d34c869b93ec53ce1a29e5ac28079 (patch)
tree0a67fb0531c84cb68220db1e9deef35ee3a5d132 /.github/workflows
parentf240ec487d916efa7df62378cffff6c566e05e45 (diff)
GitHub Actions: Enable more 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 ac21b184de..026bf17042 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -22,4 +22,4 @@ jobs:
LD: clang++
CC: clang
CXX: clazy
- 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
+ CLAZY_CHECKS: level1,no-rule-of-two-soft,no-non-pod-global-static,no-qproperty-without-notify,no-wrong-qevent-cast