]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
HACKING: link up CODE_QUALITY.md 9222/head
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Jun 2018 14:26:00 +0000 (16:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Jun 2018 14:26:00 +0000 (16:26 +0200)
doc/HACKING

index 92001be94e3819a382e5bc2c8f75b7ba89291743..182b0bac8ccb58eb4ebd2a111bf68659cdbfa8af 100644 (file)
@@ -20,6 +20,11 @@ test executable. For features at a higher level, tests in src/test/ are very
 strongly recommended. If that is no possible, integration tests in test/ are
 encouraged.
 
+Please also have a look at our list of code quality tools we have setup for systemd,
+to ensure our codebase stays in good shape:
+
+        https://github.com/systemd/systemd/blob/master/doc/CODE_QUALITY.md
+
 Please always test your work before submitting a PR. For many of the components
 of systemd testing is straight-forward as you can simply compile systemd and
 run the relevant tool from the build directory.