Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/utils/slither_format
rajeevgopalakrishna a450661cd0 Refined format_constant_function to focus on the specific (view|pure|constant) string. 6 years ago
..
tests Refined format_constant_function to focus on the specific (view|pure|constant) string. 6 years ago
.gitignore All changes specific to slither-format tool, excluding the dependencies on slither parsing/core and detectors. Single commit because of checking out utils/slither_format from dev-slither-format into this branch. 6 years ago
__init__.py All changes specific to slither-format tool, excluding the dependencies on slither parsing/core and detectors. Single commit because of checking out utils/slither_format from dev-slither-format into this branch. 6 years ago
__main__.py All changes specific to slither-format tool, excluding the dependencies on slither parsing/core and detectors. Single commit because of checking out utils/slither_format from dev-slither-format into this branch. 6 years ago
format_constable_states.py Updates format_constable_states to use filename_absolute. test_constable_states passes. 6 years ago
format_constant_function.py Refined format_constant_function to focus on the specific (view|pure|constant) string. 6 years ago
format_external_function.py Changes use of parameters_src and returns_src to source_mapping objects instead of raw source text. 6 years ago
format_naming_convention.py Changes use of parameters_src and returns_src to source_mapping objects instead of raw source text. 6 years ago
format_pragma.py Updates format_pragma to use filename_absolute and, directive name instead of the earlier expression name. test_pragma passes. Removes patch_file check for now. Need to change verbose output to JSON format and include patch_file then. 6 years ago
format_solc_version.py Updates format_solc_version to use filename_absolute and, directive name instead of the earlier expression name. test_solc_version passes. Removes patch_file check for now. Need to change verbose output to JSON format and include patch_file then. 6 years ago
format_unused_state.py Updates format_unused_state to use filename_absolute and apply only to variable types. test_unused_state_vars passes. 6 years ago
slither_format.py Updates format_unused_state to use filename_absolute and apply only to variable types. test_unused_state_vars passes. 6 years ago