Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slither complaints about naming conventions #4

Open
thedavidmeister opened this issue Feb 14, 2022 · 0 comments
Open

slither complaints about naming conventions #4

thedavidmeister opened this issue Feb 14, 2022 · 0 comments

Comments

@thedavidmeister
Copy link

Parameter SSTORE2.write(bytes)._data (contracts/sstore2/SSTORE2.sol#22) is not in mixedCase
Parameter SSTORE2.read(address)._pointer (contracts/sstore2/SSTORE2.sol#45) is not in mixedCase
Parameter SSTORE2.read(address,uint256)._pointer (contracts/sstore2/SSTORE2.sol#57) is not in mixedCase
Parameter SSTORE2.read(address,uint256)._start (contracts/sstore2/SSTORE2.sol#57) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._pointer (contracts/sstore2/SSTORE2.sol#75) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._start (contracts/sstore2/SSTORE2.sol#76) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._end (contracts/sstore2/SSTORE2.sol#77) is not in mixedCase
Parameter Bytecode.creationCodeFor(bytes)._code (contracts/sstore2/utils/Bytecode.sol#13) is not in mixedCase
Parameter Bytecode.codeSize(address)._addr (contracts/sstore2/utils/Bytecode.sol#43) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._addr (contracts/sstore2/utils/Bytecode.sol#60) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._start (contracts/sstore2/utils/Bytecode.sol#61) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._end (contracts/sstore2/utils/Bytecode.sol#62) is not in mixedCase
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#conformance-to-solidity-naming-conventions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant