DocImpl implements `Doc` interface and contains checks' documentation. nolint:recvcheck // Fixing would be a breaking change. Possible for V6?
| 40 | // |
| 41 | //nolint:recvcheck // Fixing would be a breaking change. Possible for V6? |
| 42 | type DocImpl struct { |
| 43 | internaldoc internal.Doc |
| 44 | } |
| 45 | |
| 46 | // Read loads the checks' documentation. |
| 47 | // The embedded YAML is parsed once and cached for subsequent calls. |
nothing calls this directly
no outgoing calls
no test coverage detected