- Added
statement-has-no-effect
warning id.
- Added CRLF support for inline comments.
- Added
transient-storage
warning id.
- Added
initcode-size
warning id for EIP-3860 initcode size limit.
- Allow ignoring warnings in older Solidity versions.
- Avoid type error on older Solidity versions.
- Added
unused-call-retval
warning id for "Return value of low-level calls not used".
- Added
missing-receive
warning id.
- Allow simpler configuration.
- Added
shadowing-opcode
warning id.
- Fixed specificity sorting of config patterns.
- Added
shadowing-builtin
warning id.
- Changed the configuration format. See the readme for a description.
- Fixed bug with errors that have no source location.
- Added a way to turn remaining warnings into errors.
- Improved handling of overlapping ignore patterns in the config.
- Added way to ignore a subset of warnings per file.
- Added
license
andpragma-solidity
warning ids.
- Added
func-mutability
warning id.
- Added a way to ignore warnings in whole files