pub fn lint_enabled(env_var: &str) -> Result<bool, String>
Returns whether the lint should run based on the given env var.
Defaults to true when the var is unset. Set to 0/false/no/off to disable.
true