sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Style error for lint_bash.sh #106

Closed junaruga closed 6 years ago

junaruga commented 6 years ago

https://travis-ci.org/sclorg/rpm-list-builder/jobs/366491730

pushd "$(dirname "${0}")/.." > /dev/null
^-- SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.

SC2164 https://github.com/koalaman/shellcheck/wiki/SC2164

SC2039 defined in lint_bash.sh https://github.com/koalaman/shellcheck/wiki/SC2039