How to enable doclint in Bazel

39 views Asked by At

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?

1

There are 1 answers

0
Graham Brooks On

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.