summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-13 23:27:06 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-13 23:30:38 +0100
commit76586d88a2e0eea15e39f0e0c12e0065a9f7066f (patch)
tree1bbfdae64079006a4a8a6d72ff7d57949843a38a /.github/workflows
parent3a9048073bf045c40ae015d61634bf6248540ce2 (diff)
Fix -Wclazy-const-signal-or-slot warnings
Fix getters mismarked as slot. See https://github.com/KDE/clazy/blob/master/docs/checks/README-const-signal-or-slot.md for details.
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 3b07644b6f..00d184c225 100644
--- a/.github/workflows/clazy.yml
+++ b/.github/workflows/clazy.yml
@@ -22,4 +22,4 @@ jobs:
LD: clang++
CC: clang
CXX: clazy
- CLAZY_CHECKS: range-loop
+ CLAZY_CHECKS: range-loop,const-signal-or-slot