]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/CODE_QUALITY.md
service: add new RootImageOptions feature
[thirdparty/systemd.git] / docs / CODE_QUALITY.md
index 18363f0f1bba1bac8b9d3d3bef84ba287337b9bd..a724d663f69b66dad3fb7b8210dc17f2338a303a 100644 (file)
@@ -1,5 +1,7 @@
 ---
 title: Code Quality Tools
+category: Contributing
+layout: default
 ---
 
 # Code Quality Tools
@@ -64,5 +66,13 @@ available functionality:
     of active alerts can be found
     [here](https://lgtm.com/projects/g/systemd/systemd/alerts/?mode=list).
 
+15. Each PR is automatically tested with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
+    and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).
+    See [Testing systemd using sanitizers](https://systemd.io/TESTING_WITH_SANITIZERS)
+    for more information.
+
+16. Fossies provides [source code misspelling reports](https://fossies.org/features.html#codespell).
+    The systemd report can be found [here](https://fossies.org/linux/test/systemd-master.tar.gz/codespell.html).
+
 Access to Coverity and oss-fuzz reports is limited. Please reach out to the
 maintainers if you need access.