From: Lennart Poettering Date: Tue, 12 Jun 2018 10:03:13 +0000 (+0200) Subject: doc: extend CODE_QUALITY.md with two more items X-Git-Tag: v239~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b9e4b21360b1be7cd9c470e0dae20bd23aa5246;p=platform%2Fupstream%2Fsystemd.git doc: extend CODE_QUALITY.md with two more items --- 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.