Updated SC1071 (markdown)

koalaman
2017-03-25 09:18:49 -07:00
parent dba57d57c2
commit 960760ea30

@@ -9,6 +9,8 @@ print "Hello"
### Rationale: ### Rationale:
ShellCheck only supports a limited number of Bourne-based Unix shells (bash, ksh, dash and POSIX sh). You have specified the shebang of an unsupported language or shell dialect.
ShellCheck only supports a limited number of Bourne-based Unix shells: bash, ksh, dash and POSIX sh.
It does not support scripts written for other shells like Zsh, Csh, Tcsh or PowerShell, and it does not support other scripting languages like PHP, Python, JavaScript or SQL. It does not support scripts written for other shells like Zsh, Csh, Tcsh or PowerShell, and it does not support other scripting languages like PHP, Python, JavaScript or SQL.