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"/> Further Reading Scalastyle - EmptyInterpolatedString