Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
add info on style
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhadley committed Dec 22, 2014
1 parent 93d4248 commit b1817ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.0.8
- configure shellcheck to run in build

# 0.0.7
- apply shellcheck

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit b1817ae

Please sign in to comment.