bash-preexec icon indicating copy to clipboard operation
bash-preexec copied to clipboard

ShellCheck highlights several issues with the file - Shellcheck could be disabled, or issues resolved

Open jamie-wearsafe opened this issue 2 years ago • 1 comments

It can be disabled by adding this line to the shell file:

# shellcheck disable=SC2292,SC2250,SC2086,SC1087,SC2248,SC2001,SC1007,SC2034

Issues can be seen by adding the script to the shellcheck online editor: image

jamie-wearsafe avatar Jun 23 '22 13:06 jamie-wearsafe

Feel free to send a PR addressing the ShellCheck findings, but it would be good to limit the disable directives to specific offending lines where possible.

dimo414 avatar Jun 25 '22 18:06 dimo414

Should be addressed in #135

rcaloras avatar Sep 11 '22 16:09 rcaloras