v4.0.0
JOIN OUR DISCORD SERVER: HERE
[4.0] - 2023-10-01
Updated
- Enhance explicit types sensitivity #493 (Thanks to @vladyan18)
- Docs on
private-vars-leading-underscore
rule to clarify its functionality - Changelog and docs for
no-empty-blocks
rule to clarify its functionality - Require package with full path #515 (Thanks to @zouguangxian)
Added
- Check for updates on Solhint version to keep users up to date. There's an option to disable this check (
--disc
) #506 fix
option now shows the report on screen #509save
option to store report on disk with the standard or the specified format #509- Autofix for
explicit-types
rule #504 - Autofix for
no-console
rule #513 - Autofix for
private-vars-leading-underscore
rule #511
Fixed
- Generate docs script on Windows OS #494 (Thanks to @vladyan18)
one-contract-per-file
ignore interfaces #514 (Thanks to @cruzdanilo)