This will prevent issues like D5180 to occur again.
Details
Details
- Reviewers
markblundeberg - Group Reviewers
Restricted Project - Commits
- rSTAGINGbb3ad402c4d5: [LINTER] Prevent using inline doxygen comments on their own line
rABCbb3ad402c4d5: [LINTER] Prevent using inline doxygen comments on their own line
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
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- linter_doxygen
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9333 Build 16602: Default Diff Build & Tests Build 16601: arc lint + arc unit