Please add a before-non-local-declarations value for --doc-comments for docComments.
It would require normal (non-doc) comments for local declarations.
The existing before-declarations requires doc comments for all declarations, including local declarations.
I would normally thing that before-non-local-declarations (instead of before-declarations) should be the default , but, given the legacy behavior, it might make sense to retain the existing default.
Please add a
before-non-local-declarationsvalue for--doc-commentsfordocComments.It would require normal (non-doc) comments for local declarations.
The existing
before-declarationsrequires doc comments for all declarations, including local declarations.I would normally thing that
before-non-local-declarations(instead ofbefore-declarations) should be the default , but, given the legacy behavior, it might make sense to retain the existing default.