Omniscia vfat Audit
MigrationStrategy Code Style Findings
MigrationStrategy Code Style Findings
MSY-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | ![]() | MigrationStrategy.sol:L51 |
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:
contracts/strategies/MigrationStrategy.sol
51function _transfer(address token, address to) external {
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation (6ab7af3bb495b817ffec469255ea679b1813eecb):
The vfat team evaluated this exhibit but opted to acknowledge it in the current iteration of the codebase.