fdd964494a
This commit makes two bashate rules E005 and E042 treat as error and
ignores E006. It is difficult to keep E006 rule because bash scripts
tend to be long naturally. Both E005 and E042 are good to be errors
since it should be safer.
These additions can be seen in devstack[0] too.
E005: file does not begin with #! or have a .sh prefix
E006: check for lines longer than 79 columns
E042: local declaration hides errors
[0]
|
||
---|---|---|
.. | ||
check_logs.py | ||
format.sh | ||
generate-tempest-plugins-list.py | ||
generate-tempest-plugins-list.sh | ||
skip_tracker.py | ||
tempest-integrated-gate-compute-blacklist.txt | ||
tempest-integrated-gate-networking-blacklist.txt | ||
tempest-integrated-gate-object-storage-blacklist.txt | ||
tempest-integrated-gate-placement-blacklist.txt | ||
tempest-integrated-gate-storage-blacklist.txt | ||
tempest-plugin-sanity.sh | ||
verify-ipv6-only-deployments.sh | ||
with_venv.sh |