Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 237 Bytes

unexported-return.md

File metadata and controls

11 lines (6 loc) · 237 Bytes

Pattern: Unexported return

Issue: -

Description

This rule warns when an exported function or method returns a value of an un-exported type.

Further Reading