HomePhabricator

[LINTER] Prevent using inline doxygen comments on their own line

Description

[LINTER] Prevent using inline doxygen comments on their own line

Summary: This will prevent issues like D5180 to occur again.

Test Plan:
Add a few doxygen inline comments in a source file such as:

///< A comment
//!< another comment
/**< yet another comment */
/*!< my last comment */

Run arc lint and check the linter offers to replace with the
non-inline equivalent.

arc lint --everything

Reviewers: #bitcoin_abc, markblundeberg

Reviewed By: #bitcoin_abc, markblundeberg

Subscribers: markblundeberg

Differential Revision: https://reviews.bitcoinabc.org/D5203

Details

Provenance
FabienAuthored on Feb 7 2020, 13:39
FabienPushed on Feb 7 2020, 16:33
Reviewer
Restricted Project
Differential Revision
D5203: [LINTER] Prevent using inline doxygen comments on their own line
Parents
rABCf18bb7d1cf1e: [python linting] enforce E731: Do not assign a lambda expression, use a def
Branches
Unknown
Tags
Unknown