Closed
Description
currently, "Invalid src method name" checks that all internal methods for contracts in the src/
dir must have a leading underscore, e.g. latestCheckpoint
should be _latestCheckpoint
library methods should be ignored in this check since they look nicer without the underscore.
For example:
checkpointBalance.latestCheckpoint
vs checkpointBalance._latestCheckpoint
Metadata
Metadata
Assignees
Labels
No labels