I don't agree with all the changes these things make by default, but I guess I also don't really care in the long term.
The behavior is that linting will only fail if you actually do something that can't be fixed... thus far, the only thing that triggered it were some admittedly nasty requires, and we're just going to manage that for now.
Fixes #19.
I don't agree with all the changes these things make by default, but I guess I also don't really care in the long term.
The behavior is that linting will only fail if you actually do something that can't be fixed... thus far, the only thing that triggered it were some admittedly nasty
require
s, and we're just going to manage that for now.