koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.38k stars 1.78k forks source link

BBEdit Integration #533

Open orome opened 9 years ago

orome commented 9 years ago

What do I need to do to get this working in BBEdit (I have Haskell installed, so dependencies are no problem).

koalaman commented 8 years ago

I'm having a surprisingly hard time finding any useful information or documentation about this editor.

Does it allow choosing the compiler for a file and showing error messages from it? If so, you can try setting the compiler to shellcheck -f gcc to emulate the widely supported gcc format.