alex weidner
alex weidner
### What version of gazelle are you using? Using commit 876c759 ### What version of rules_go are you using? v0.27.0 ### What version of Bazel are you using? 3.5.1 ###...
bazel-watcher allows automatically running remediation scripts/commands in response to Bazel output invoked via bazel-watcher. It seems like this could be pretty useful functionality for a one-shot Bazel wrapper such as...
This is very similar to #924, but that issue was closed automatically. I am building a set of related controllers and would like to provide a consistent metric prefix, even...
A rule like ``` - name: rule/1 if: changed_files: paths: - .* requires: count: 2 teams: - team/1 - team/2 ``` Will require at least one review from each team....
When using this plugin with the strictest MkDocs settings available in 1.5, using `dir/` references in nav files causes MkDocs to flag those relative links as unrecognized: ``` WARNING -...