Closed mcandre closed 10 years ago
csh and tcsh proved problematic, as I recall, throwing a lot of cshism related errors. I also can't recall ever writing or even seeing a tcsh script, even while I was a heavy FreeBSD user - most everything was written for sh.
Hmm, what if we added csh and tcsh to the list, but disabled them in a default .shlintrc
config?
Do you have a particular use case or do you just want to expand coverage generally?
I would simply like shlint
to lint my csh
and tcsh
code as well.
Ok, well sure that's what the rc file is for!
Oh, excellent! I should have read the README. :P
We could add
csh
andtcsh
to the list:https://github.com/duggan/shlint/blob/master/lib/shlint#L12