Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 498 Bytes

VarField.md

File metadata and controls

18 lines (11 loc) · 498 Bytes

Pattern: Mutable field by class/object

Issue: -

Description

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

Example configuration

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