In scripts/roslaunch_test_generator.sh line 23: for launchfile in $(find . -type f -name "*.launch") ; do ^-- SC2044: For loops over find output are fragile. Use find -exec or a while read loop.
For more information: https://www.shellcheck.net/wiki/SC2044 -- For loops over find output are fr... https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt... https://www.shellcheck.net/wiki/SC2156 -- Injecting filenames is fragile an... ERROR: Job failed: exit code 1