aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 03e0879..f9869de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,3 +62,11 @@ command line arguments to _-c poi.conf_.
### firejail
Any submitted modifications should work with the provided firejail profile.
+
+### clazy
+You can use [clazy](clazy-git) to check Qt semantics. Requires clang.
+
+To easily set check levels, set the CLAZY_CHECKS environment variable to
+'level0,level1', etc.
+
+[clazy-git]: https://github.com/KDE/clazy