Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 546 Bytes

EmptyInterpolatedString.md

File metadata and controls

18 lines (11 loc) · 546 Bytes

Pattern: Unnecessary string interpolation

Issue: -

Description

Empty interpolated strings are harder to read and not necessary.

Example configuration

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