Skip to content

Files

Latest commit

 

History

History
17 lines (10 loc) · 443 Bytes

XmlLiteral.md

File metadata and controls

17 lines (10 loc) · 443 Bytes

Pattern: Use of XML literal

Issue: -

Description

Some projects prefer not to have XML literals. They could use a templating engine instead.

Example configuration

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

Further Reading