Overview
- Fixes a performance bug that was limiting the possible speed-up due to parallel file checking.
- Fixes a bug in which warnings were raised for
procedure
dummy-arguments without an intent. - Clarifies
check
help text to note that directories are recursively searched.
What's Changed
- Remove
AstRule::apply
by @ZedThree in #138 - Don't warn on missing intent for
procedure
arguments by @ZedThree in #139 - Better parallel performance by @LiamPattinson in #137
- Clarify check help text for recursive file searches by @LiamPattinson in #143
- Update to version 0.5.1 by @LiamPattinson in #141
Full Changelog: v0.5.0...v0.5.1