Closed 0xCLARITY closed 4 months ago
@dbale-altoros - I pushed up a commit that I think fixes the linting issues of CI, but I'm not sure how to re-trigger the jobs. Any idea?
@dbale-altoros - I pushed up a commit that I think fixes the linting issues of CI, but I'm not sure how to re-trigger the jobs. Any idea?
I need to do that... already passed all of the CI tests... great job
@0xCLARITY this week there will be a new release with this addition thanks for the contribution
@dbale-altoros - any ETA on a new release?
@0xCLARITY yes sorry I was waiting feedback from this issue https://github.com/protofire/solhint/issues/571 to put both updates together... pretty confident next week will be a new release
Solhint regularly complains about the
named-parameters
rule when all I'm doing is throwing a bunch of data intoabi.encode()
orabi.encodePacked()
.Rather than annotating every single
abi.encodeX()
call with a//solhint-disable
- I think it makes more sense to excludeabi.encodeX()
calls from this rule at the rule implementation.Tested locally on the contract I'm currently writing and works as expected.