Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 250 Bytes

no_unnecessary_fat_arrows.md

File metadata and controls

11 lines (6 loc) · 250 Bytes

Pattern: Unnecessary fat arrow

Issue: -

Description

Disallows defining functions with fat arrows when this is not used within the function.

Further Reading