Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 197 Bytes

arguments-out-of-order.md

File metadata and controls

7 lines (4 loc) · 197 Bytes

Pattern: Wrong function argument order

Issue: -

Description

Emitted when the caller's argument names fully match the parameter names in the function signature but do not have the same order.