v0.3.0
This release improves the use-assignment-operator
rule to include many more cases than previously reported.
Additionally, this release fixes a number of issues uncovered when running Regal against some large real-world policy libraries. A few of these were false positives, i.e. where Regal would report issues where there were none, and a few were cases that Regal previously missed.
On the community side, a link to the blog about the ideas behind Regal was added to the README.
Changelog
- 422bd80: Add link to blog (#173) (@anderseknert)
- cafd6b7: Refactor rule metadata logic (#174) (@anderseknert)
- 54b7669: Fix unconditional-assignment with else clause (#179) (@anderseknert)
- ebc5059: test-outside-test-package: functions prefixed test_ aren't tests (#177) (@anderseknert)
- 16f1894: Improve use-assignment-operator rule (#175) (@anderseknert)
- 64c99c6: external-reference: don't count wildcard as external ref (#181) (@anderseknert)
- 6dcc15e: Don't assume a single wildcard in custom-has-key-construct (#183) (@anderseknert)