v0.30.16 🌈
github-actions
released this
22 Apr 07:03
·
353 commits
to refs/heads/master
since this release
Changes
🐛 Bug Fixes
- Resolve NullReferenceException on LC0052 @Arthurvdv (#560)
- Resolve issue on ControlAddIn data type as a parameter on LC0005 @Arthurvdv (#573)
- Resolve false positive on LC0003/LC0005 when no symbols are available @Arthurvdv (#582)
🚀 Features
- New Rule LC0055: Tok Suffix for Labels of type Token @Arthurvdv (#554)
- New Rule LC0056: Empty Enum values should not have a specified Caption property. @Arthurvdv (#586), idea by @janvtBE (#586)
- New Rule LC0057: Enum values must have non-empty a Caption to be selectable in the client. @Arthurvdv (#586), idea by @janvtBE (#586)
- Enable LC0043 on IsolatedStorage @Arthurvdv (#577)
- Exclude LC0052 and LC0053 on procedures that are part of the interface @Arthurvdv (#563,#572,#576)
- Include check for replacement fields (%1) on LC0008 @Arthurvdv (#574)
- Exclude fields on LC0035 which Access set to Local/Protected @Arthurvdv (#583,#584)