Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 505 Bytes

VarLocal.md

File metadata and controls

18 lines (11 loc) · 505 Bytes

Pattern: Mutable variable by function

Issue: -

Description

vars (mutable local variables) loops are deprecated if you're using a strict functional style.

Example configuration

<check enabled="true" class="org.scalastyle.scalariform.VarLocalChecker" level="warning"/>