10000 disable Invalid src method name on library methods · Issue #26 · ScopeLift/scopelint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
disable Invalid src method name on library methods #26
Closed
@dd0sxx

Description

@dd0sxx

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0