Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 464 Bytes

File metadata and controls

18 lines (11 loc) · 464 Bytes

Pattern: Use of while

Issue: -

Description

while loops are deprecated if you're using a strict functional style.

Example configuration

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