You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linter should scan all solidity code files for declarations & definitions of data, functions, contracts & libraries.
This "symbol table" should then be provided to all rules.
This structure will directly serve as the foundation for solving #11 & #79 (no-use-before-define rule) and allow a rule to access information outside the file on which the rule is being run.
As of this writing, Solium is file-aware. The goal is to make it codebase-aware.
The text was updated successfully, but these errors were encountered:
duaraghav8
changed the title
make a table of all declarations & definitions accessible to each rule
info about all declarations & definitions accessible to each rule
Jun 18, 2017
duaraghav8
changed the title
info about all declarations & definitions accessible to each rule
make info about all declarations & definitions accessible to each rule
Sep 2, 2017
The linter should scan all solidity code files for declarations & definitions of data, functions, contracts & libraries.
This "symbol table" should then be provided to all rules.
This structure will directly serve as the foundation for solving #11 & #79 (
no-use-before-define
rule) and allow a rule to access information outside the file on which the rule is being run.As of this writing, Solium is file-aware. The goal is to make it codebase-aware.
The text was updated successfully, but these errors were encountered: