Steve Ayers

Results 72 comments of Steve Ayers

Appreciate the heads up. Agreed the risk is low, but we can address it nonetheless. Any feedback you have on how others have mitigated the risk in Go would be...

The simple fix for this would be to add the following to your prototool.yaml file: ``` ignores: - id: ENUM_FIELDS_HAVE_SENTENCE_COMMENTS files: - ```

It's tough bc for things like: ``` // These are currency codes. // // a sentence fragment enum Currency { ``` There's no easy way to tell. I suppose we...

That's fair. I've also considered doing something along those lines for the `TIME` field linter because fields like `runtime` fail the lint check with a false positive. What I'll probably...

Yeah this is a fair request. I will add it to the backlog.

I like this idea, but it is most likely a major change to allow a plugin model for rules, which I'd like to think through first. I'm up for discussion...

Prototool does not support `descriptor_set_in` currently. I can wishlist this issue, but I don't know if we will be implementing that any time soon as we've never really had a...