X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=CodingStyle.md;h=ea9e9d2cb472c24dd66f24618570782d541bb9b5;hb=9e433ef8b0414138c2df173f3300146616fd6c6f;hp=b1f5be1ddd5a4ba7f2a415fc3a0c2806fd0bbf5b;hpb=cd96f17f874d69f79b487dbf6c84257e44be9043;p=lttng-tools.git diff --git a/CodingStyle.md b/CodingStyle.md index b1f5be1dd..ea9e9d2cb 100644 --- a/CodingStyle.md +++ b/CodingStyle.md @@ -267,6 +267,11 @@ Here are a couple of reminders: Python code should be formatted using [black](https://github.com/psf/black). +## Shell (BASH) + +New scripts and modifications to existing scripts should pass linting +with [Shellcheck](https://www.shellcheck.net/). + ## C Style (historical) The coding style used for this project follows the the Linux kernel guide lines, except that brackets `{`, `}` should typically be used even for single-line if/else statements. Please refer to: