Closed edemaine closed 3 years ago
@edemaine Thanks for this PR! Could you update the documentation to mention these new capabilities at docs/rules/audit-argument-checks.md?
Documentation added — let me know if you have comments for revision, or feel free to change things yourself.
Thanks for adding this! It's now out as v7.3.0 👍
Thanks for the quick review and release! I confirm that it works well in my project.
My custom
check
helpers return values. This PR adds support for getting these return values while still considering the check function called.It would be nice to be more general than just simple assignment statements (open to ideas!), but this is at least an improvement and suffices for my needs.