Search code examples
How do you fix or mask a 1091 error found with shellcheck when including a source in a bash script?...

bashshellcheck

Read More
How to suppress irrelevant ShellCheck messages?...

linuxshellshellcheck

Read More
Why does shellcheck fail when a source file is representing the variables at the top of a script?...

bashscriptingshellcheck

Read More
openBinaryFile: does not exist (No such file or directory) when using shellcheck...

ubuntushellcheck

Read More
How can I remove the "SC2154" warning for environment variables...

bashshelllintshellcheck

Read More
Shellcheck suggestion for SC2806 giving me issue with JAVA_OPTS...

javabashshellcheck

Read More
resolving shellcheck printf warnings have me stuck with either SC2059 or SC2089...

bashprintfshellcheck

Read More
Record shellcheck findings in Jenkins...

shelljenkinsshellcheck

Read More
Best Practice : Print an array in a bash script...

arraysbashunixscriptingshellcheck

Read More
In bash, replace each character of a string with a fixed character ("blank out" a string)...

bashparameter-expansionshellcheck

Read More
how to expand bash function parameters inside function / fix shellcheck SC2294...

bashshellcheck

Read More
Splitting a list in bash...

bashshellcheck

Read More
How to be explicit about intentional word splitting?...

bashshshellcheck

Read More
Codacy analyzer warning: In POSIX sh, [[ ]] is undefined...

bashshellanalyzercodacyshellcheck

Read More
How can I satisfy shellcheck without causing script failure?...

linuxbashshellcheck

Read More
Execute command that results from execution of a script whose name is in a variable...

bashcommand-substitutionindirectionshellcheckmultiple-indirection

Read More
Executing the output as filename...

bashcommand-substitutionindirectionshellcheckmultiple-indirection

Read More
Optionally include a user and password in curl request?...

bashshellcurlshellcheck

Read More
In POSIX sh, string replacement is undefined. while trying to do PASS2="${PASS//[${special_char...

posixshellcheck

Read More
SC2207 Bash array assignment from subshell not splitting as expected...

arraysbashsubshellifsshellcheck

Read More
How is a shellscript syntax checker invoked (by/with syntastic and pathogen)?...

bashvimstatic-analysisshellcheckbashate

Read More
How to properly format an 'if' statement being passed to a remote server in a when using &#3...

bashformattingshellcheck

Read More
How to list all files in a directory without absolute paths along with their file sizes, while using...

bashfindshellcheck

Read More
How to portability use "${@:2}"?...

arraysbashshellposixshellcheck

Read More
Is it possible to resolve SC2001 ("See if you can use ${variable//search/replace} instead"...

bashparameter-expansionshellcheck

Read More
Bash script command and getting rid of shellcheck error SC2181...

bashshellcheck

Read More
Cannot figure out how to fix shellcheck complaint that I should not use a glob as a command when sta...

bashglobshellcheck

Read More
ShellCheck warning: "Remove surrounding $() to avoid executing output. [SC2091]"...

bashshellcheck

Read More
ShellCheck warning: "Iterating over ls output is fragile. Use globs. [SC2045]"...

bashlsshellcheck

Read More
How to pass a glob to a shell script via an environment variable while passing ShellCheck...

bashshellshellcheck

Read More
BackNext