diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 14:31:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 14:37:22 +0200 |
commit | bc5536857fba214409fb02bc4e0f2f0ebb4c7b9c (patch) | |
tree | 9fcfb07fcb2192e8cc7a3f0dc0cd2b2d913408da /test-requirements.txt | |
parent | 10fb4290265024cb4482f2b88ac6b4a53c83ec7f (diff) |
Check shell scripts via bashate
Change-Id: I33df0017945a32946c46bff0768624901e13f6f1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9c04ef0bc676591c762153f5c8446e83d860ea76)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 0db27cda..8a7aded0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10,4 @@ sphinx>=1.6.2 # BSD sphinx-rtd-theme yamllint doc8 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 |