Fix: bashate E006 warnings for lines > 120 chars 76/67576/14
authorGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 4 May 2021 11:46:48 +0000 (13:46 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 12 May 2021 08:50:12 +0000 (08:50 +0000)
commit3547fa99c9ef73f2f0dc66328ccd91d381df2466
tree8048dc247fd674b023fee5e5cddd73d7021a53fa
parent2d58832166fa9005771866b47b93275bf666c8ce
Fix: bashate E006 warnings for lines > 120 chars

Lines too long can not only cause problems when reading/writing code,
but also often indicates a bad smell,
e.g. too many levels of indentation due to overly complex functions
which requires refactoring into smaller chunks.

Note that the bashate current profile reports every line > 80 chars.
After this commit, 211 warnings of this category will still remain.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ibbb171353fd960ea93145f7913e62e327bd6a86b
shell/gerrit-fetch-dependencies.sh
shell/jenkins-configure-global-vars.sh
shell/license-check.sh
shell/maven-central.sh
shell/nexus-iq-python-cli.sh
shell/openstack-cleanup-orphaned-stacks.sh
shell/packer-build.sh
shell/packer-install.sh
shell/python-tools-install.sh
shell/release-job.sh