Skip to content

Commit

Permalink
More documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfarwell committed Jan 11, 2015
1 parent 17a58f9 commit d8fd399
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/scalastyle_documentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,4 +622,15 @@ To bring consistency with how comments should be formatted, leave a space right
]]>
</example-configuration>
</check>
</scalastyle-documentation>

<check id="structural.type">
<justification>
Structural types in Scala can use reflection - this can have unexpected performance consequences.
</justification>
<example-configuration>
<![CDATA[
<check level="warning" class="org.scalastyle.scalariform.StructuralTypeChecker" enabled="true" />
]]>
</example-configuration>
</check>
</scalastyle-documentation>

0 comments on commit d8fd399

Please sign in to comment.