Ben Kraft
Ben Kraft
> While I understand you're most interested in fixing custom rules, I'm a bit hesitant to deciding on an API for fixing errors without ensuring that this API will work...
Ok, I've added support for all the capitalization-related fixers, and wrote some more tests for the fix-application logic (which indeed caught a bug). Autofixing the alphabetization rules is surprisingly tricky...
Ok, unless I missed any, all the rules that are fixable should have fixers now!
Oh, good find! It looks like I refactored out the check I had for conflicts between fixes. I suspect we won't be able to fix that one in one go...
Looks like this may have been fixed in 130ed3f7d? (Edit: Brian and I are following up offline and will report back.)
Ok, we believe this was fixed, or at least the case of it that we ran into was.
Hi @boyan-soubachov -- thanks for the look! The test I added should cover the regression, I think -- if you run it without the other changes it fails with e.g....
As an example usage, I have a linter that wants to flag cases where methods of certain types don't call out to their "super" -- that is, where you have...
Totally understandable and appreciate the guidance! I'll post here if I end up forking.
Ok! I don't feel strongly about mentioning it in section 3. BTW, the other thing to discuss is whether the rule that a schema must have a query and that...