re-al-Foundation / rwa-contracts

0 stars 0 forks source link

[VUE-01C] Generic Typographic Mistake #100

Closed chasebrownn closed 5 months ago

chasebrownn commented 5 months ago

VUE-01C: Generic Typographic Mistake

Type Severity Location
Code Style VotesUpgradeable.sol:L73

Description:

The referenced line contains a typographical mistake (i.e. private variable without an underscore prefix) or generic documentational error (i.e. copy-paste) that should be corrected.

Example:

function getDelegatesCheckpoints(address delegatee) external view returns (Checkpoints.Trace208 memory) {

Recommendation:

We advise this to be done so to enhance the legibility of the codebase.

chasebrownn commented 5 months ago

Acknowledged