You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Union return types for method must return type rule (#9)
* Improving the MethodMustReturnType rule
* Fixing edge cases
* Add regex support for method return type validation
- Introduced new classes for testing regex patterns in method return types.
- Enhanced the MethodMustReturnTypeRule to support regex matching for expected return types.
- Updated documentation to reflect regex usage in return type rules.
- Added comprehensive tests for various valid and invalid cases involving regex patterns.
---------
Co-authored-by: Florian Krämer <[email protected]>
0 commit comments