Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint shebang executable path resolution (any scripting language) #119

Open
mcandre opened this issue Feb 4, 2023 · 0 comments
Open

lint shebang executable path resolution (any scripting language) #119

mcandre opened this issue Feb 4, 2023 · 0 comments

Comments

@mcandre
Copy link
Owner

mcandre commented Feb 4, 2023

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 mcandre changed the title lint shebangs (any scripting language) lint shebang executable path resolution (any scripting language) Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant