stank icon indicating copy to clipboard operation
stank copied to clipboard

lint shebang executable path resolution (any scripting language)

Open mcandre opened this issue 2 years ago • 0 comments

No other linter appears to do this, resulting in a proliferation of Works On My Machine busted scripts from devs who don't know better.

funk:

  • Encourage #!/bin/<interpreter> for shell languages (POSIXy and non-POSIXY).
  • Encourage #!/usr/bin/env <interpreter> [options] for non-shell scripting languages (Ruby, Python, etc.)

mcandre avatar Feb 04 '23 16:02 mcandre