v0.21.2
This is patch release addressing two bugs reported by users.
The first bug fixed is in the new unresolved-import rule, where Regal would mistakenly report a reference to a map-generating rule as unresolved. Thanks @nevumx for making us aware of that issue!
The other bug fixed was a panic that could occur when Regal traverses directories looking for a config file. The cause of this is still not known, but at least we'll now fail gracefully and without a panic. Thanks @scoop96 for reporting the issue!
Changelog
- 0cb54f0: Fix false positive in
unresolved-import
and map rules (#680) (@anderseknert) - e42be60: build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#683) (@dependabot[bot])
- 0c3043d: Avoid panic when searching for
.regal/config.yaml
(#684) (@anderseknert)