DEV Community

Discussion on: Using `shellcheck` to lint your bash/sh scripts.

 
ferricoxide profile image
Thomas H Jones II

Yeah, it's just that some of the linters' determinations are a matter of philosophical disagreement. I mean, sure, warn me that a given thing exposes me to corner-cases, but don't make my damned commit fail.

Presumably, some of these linters will end up being enhanced with ML so that they have enough "intelligence" to know "in this case, we don't need to fail this".