Changelog
[5.0.2] - 2024-07-25
func-named-parameters
exclude abi.encodeX from the rule #583 (Thanks to @0xCLARITY)<br><br>
Changelog
BREAKING CHANGES (refer to v5.0.0)
Fixed an issue on the returining values where only was evaluating the first report instead of all of them.
<br><br>
Changelog
[4.5.2] - 2024-03-15
Changelog
[4.5.0] - 2024-03-15
(*) Note: Solhint can work with latest Solidity versions. If new grammar/syntax is added or changed, it could give some false positives or miss a rule. But overall functionality will work as expected.
i
#557named-return-values
rule was renamed to gas-named-return-values and now it is part of Gas Consumption ruleset #552custom-errors
rule was renamed to gas-custom-errors and now it is part of Gas Consumption ruleset #553WARN
instead of OFF
for
foundry-test-functions
and named-parameters-mapping
rules #556