docs: coding style: shell scripts should be linted using shellcheck
authorKienan Stewart <kstewart@efficios.com>
Mon, 12 Feb 2024 21:02:32 +0000 (16:02 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Feb 2024 15:41:34 +0000 (10:41 -0500)
Change-Id: I6532c73c2217918619a7d08d03a5a8da156beede
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
CodingStyle.md

index b1f5be1ddd5a4ba7f2a415fc3a0c2806fd0bbf5b..ea9e9d2cb472c24dd66f24618570782d541bb9b5 100644 (file)
@@ -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:
This page took 0.025061 seconds and 4 git commands to generate.