Skip to content
  • Patrick Steinhardt's avatar
    lint: Inline exceptions about missing documentation · 400c7225
    Patrick Steinhardt authored
    Most of the linting exception we have are about missing documentation of
    public variables or comments. Let's inline all of these -- it's hard to
    keep track of exceptions and keep the list up-to-date. By having a
    `//nolint` directive at the site where the document is missing it
    becomes a breeze to directly clean it up. Furthermore, it also acts as a
    reminder that one might want to add a comment when one stumbles over any
    of these comments.
    400c7225