Simon Mavi Stewart
Simon Mavi Stewart
I've fixed the problem with docs generation, but I've had to work around an issue in stardoc.
I see that @gibfahn has beaten me to answering the two most pressing questions. Since the version of ktlint is pinned in this repo, I think it'd be okay to...
That's a great idea. I'm completely onboard with making `ktlint_fix` work with the recent `ktlint` release :) Filed #535 to track it, and I intend to work on it this...
The approach advocated by @alexeagle seems sensible to me. In [contrib_rules_jvm](https://github.com/bazel-contrib/rules_jvm) we use the Gazelle plugin to help us keep our build files up to date. Because the plugin isn't...
Also, I note that the gazelle plugin is already in its own directory. That's what we do in `contrib_rules_jvm`, since we also have our own gazelle plugin (for generating build...
Alright. So it sounds like a module with a dependency on `rules_go` is fine. In which case, I think the "extra deps macro" provides the path of least resistance to...
I've opened #400 with the macro exposed in the distribution and the changes required to use it added to the README.
I agree that it would be nice to be able to use `rules_license` for this, but it seems unlikely that will be ready in a reasonably short timeframe, so it...
@fmeum, this gets run as part of a repo rule, so I'm not sure we can reliably build binaries --- I think the "download pre-built" approach will be more robust....
Wait a moment! It looks like we can use `go_repository_tools` for this. I shall investigate further.