summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-14 00:06:49 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-14 00:21:39 +0100
commit2236a18fd70ed6efcdb284db9eb1fe91eb9f409a (patch)
tree385dc0acfdf6edf1df867ed6329c454fef2de3b9 /.github/workflows
parent3a9048073bf045c40ae015d61634bf6248540ce2 (diff)
libraryfeature: Use faster static QFileInfo::exists() version
Fixes a -Wclazy-qfileinfo-exists warning. See https://github.com/KDE/clazy/blob/master/docs/checks/README-qfileinfo-exists.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..b1389e408e 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,qfileinfo-exists