From b1817ae63054f57a7c6071eca1d4fdd0d7d867b5 Mon Sep 17 00:00:00 2001 From: diffsky Date: Sun, 21 Dec 2014 23:58:54 -0800 Subject: [PATCH] add info on style --- CHANGELOG.md | 3 +++ README.md | 4 +++- VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8b211..6b00d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.0.8 +- configure shellcheck to run in build + # 0.0.7 - apply shellcheck diff --git a/README.md b/README.md index 90d9d70..1a8f954 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ assert package installed via yum on CentOS or RedHat Source `completion.sh` to get intelligent autocomplete of bolt commands + ## Contributing -shellcheck {lib/*.sh,types/*.sh,bin/bolt} -e 2148,2005,2116 +Bolt builds use [bats](https://github.com/sstephenson/bats) for running tests and +[shellcheck](https://github.com/koalaman/shellcheck) for linting bash. diff --git a/VERSION b/VERSION index 5a5831a..d169b2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 +0.0.8