Add an appendix to the README 69/5269/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Jun 2017 15:45:55 +0000 (11:45 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Jun 2017 15:46:47 +0000 (11:46 -0400)
Explain the minimum ShellCheck version that is required if ShellCheck is
being used by a ci-management project to lint their JJB directory.

Change-Id: I5b08f6d29fee189b9cbc7714f2dc0ba646c5e917
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
README.md

index cbaaa29..63cdff3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,3 +196,13 @@ in the same structure as configured in the archives directory.
 In this method a job can define a globstar for example ``**/*.log`` which then
 causes the archive script to do a globstar search for that pattern and archives
 any files it finds matching.
+
+## Appendix
+
+### ShellCheck
+
+If ShellCheck is being used to lint global-jjb or any projects that include
+global-jjb as part of their project (common with ci-management repos) then
+a minimum version of ShellCheck 0.4.x is required as the shell scripts in
+this repo uses annotations that were introduced in 0.4..
+