Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Use shebangs to inform which linters are applicable #5

Open
mcandre opened this issue Nov 20, 2013 · 1 comment
Open

Use shebangs to inform which linters are applicable #5

mcandre opened this issue Nov 20, 2013 · 1 comment

Comments

@mcandre
Copy link
Contributor

mcandre commented Nov 20, 2013

E.g., if fizzbuzz has a shebang like #!...zsh, then checkbashisms should skip that file.

Related to #3.

@duggan
Copy link
Owner

duggan commented Aug 9, 2014

checkbashims (as far as I know) specifically only tries to check files which declare themselves as being #!/bin/sh or equivalent.

I'm not familiar with zsh, is there an idiosyncratic syntax which causes false positives with checkbashims? Hopefully an update to checkbashims will fix any lingering issues around this, if not, I suspect it is best resolved upstream.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants