You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint reports overindented lines, for instance in bullet lists (and potentially elsewhere?).
This could perhaps be considered a false negative of doc_lazy_continuation, but "lazy continuation lines" only cover removing indentation, not adding it.
Advantage
The advantages would be similar to doc_lazy_continuation:
Clearer (easier to read) documentation in plain text form, i.e. unrendered, which is important in some projects.
More consistency in documentation comments across a project (and across different projects, for those that enable the lint).