From 8b9e4b21360b1be7cd9c470e0dae20bd23aa5246 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 12:03:13 +0200 Subject: [PATCH] doc: extend CODE_QUALITY.md with two more items --- doc/CODE_QUALITY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/CODE_QUALITY.md b/doc/CODE_QUALITY.md index 9bfa6de..fd32e06 100644 --- a/doc/CODE_QUALITY.md +++ b/doc/CODE_QUALITY.md @@ -50,5 +50,12 @@ available functionality: codebase. Reports are available [online](https://oss-fuzz.com/v2/testcases?project=systemd). +12. Our tree includes `.editorconfig`, `.dir-locals.el` and `.vimrc` files, to + ensure that editors follow the right indenting coding styles automatically. + +13. When building systemd from a git checkout the build scripts will + automatically enabled a git commit hook that ensures whitespace + cleanliness. + Access to Coverity and oss-fuzz reports is limited. Please reach out the the maintainers is you need access. -- 2.7.4