It seems to me that doclint is not enabled by default.
For instance, this code should fail.
/**
  * List of errors:
  * <ul><li>Unclosed list
  */
static final class FooBar{}
How to turn on doclint in Bazel?
It seems to me that doclint is not enabled by default.
For instance, this code should fail.
/**
  * List of errors:
  * <ul><li>Unclosed list
  */
static final class FooBar{}
How to turn on doclint in Bazel?
Copyright © 2021 Jogjafile Inc.
                        
Not sure if declint is part of the toolchain but https://github.com/bazelbuild/rules_go/blob/master/go/nogo.rst might be useful here.