fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
46 stars 52 forks source link

Adding new travis job for testing shell-scripts #311

Closed jamacku closed 4 years ago

jamacku commented 4 years ago

CI job uses shellcheck csdiff and csgrep to check changes between merge branch and PR commits. It ignores existing "warnings and notes" but fail on added "errors, warnings or notes".

NOTE: CI job checks only shell-scripts present in .ci/script-list.txt file

Related to: #43

jamacku commented 4 years ago

CI is failing due to Shellcheck notes in newly added code. The code itself works correctly.

Ready to merge