Update docs to include all errors

Error code E005 wasn't documented in README
This will also update to the OpenStack docs:
http://docs.openstack.org/developer/bashate/readme.html

Change-Id: I4bc2eda86d1c000195d075bafe2c819ce9a871aa
Closes-Bug: #1554709
This commit is contained in:
Ryan Selden 2016-07-11 20:10:14 +00:00
parent 3e76bce89d
commit 73da957f50
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Basic white space errors, for consistent indenting
- E002: ensure that indents are only spaces, and not hard tabs
- E003: ensure all indents are a multiple of 4 spaces
- E004: file did not end with a newline
- E005: file does not begin with #! or have a .sh prefix
- E006: check for lines longer than 79 columns
Structure Errors