78bae7166c
The '.sh' files are examined by bashate but now the linters command will also run a shellcheck on them. The majority of the shellcheck errors that are failing have been suppressed, and can be updated and fixed by subsequent submissions. Shell scripts that do not end in .sh will also be examined by bashate and shellcheck. Story: 2008943 Task: 42561 Signed-off-by: albailey <Al.Bailey@windriver.com> Change-Id: I735e62bfd25434e0a3dfbbec7f80d59074f2ecc0
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
# hacking pulls in flake8
|
|
hacking < 4.0.1
|
|
bashate >= 0.2
|
|
bandit!=1.6.0,>=1.1.0,<2.0.0;python_version>="3.0" # GPLv2
|
|
shellcheck-py;python_version>="3.0" # MIT
|