Colin Arnott
Colin Arnott
Many users coming from `jq` will expect `htmlq` can function as a formatter for HTML. Unfortunately `htmlq html` does not pretty print the output. Can we deprecate the `-p` flag,...
When ranging over a list that contains conditional `break`/`continue` directives and a `slice = append(slice, element)` at the end, `prealloc` suggests preallocation. [No lint triggered](https://play.golang.org/p/ybpu7Q8FIJ7) ```go var a []int for...
Currently you can manually bind a `context.Context` to a `kong.Context`, see #48, but this is not as turnkey as I would have hoped. Would it be possible to add an...
### summary Similar to #18, when the `http.Response.Body.Close` method is extracted and called, `bodyclose` misses the call and incorrectly warns: ```go resp, err := http.Get("http://example.com/") if err != nil {...
With the appengine [go1 runtime deprecated](https://cloud.google.com/appengine/docs/deprecations), it is currently impossible to deploy a fully functional gddo. It was my understanding that there was desire to remove the usage of the...
Since godoc has hinted at the prefered usage of Setter, this change removes examples using Decoder, and deprecates the symbol so that linters will push customers to migrate.
It appears that strings, and I guess runes too, but they are only single characters, do not create custom syntax blocks as the language specifies. E.g. this should not be...