Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The maven-checkstyle plugin contains the following rule for the Turbine checkstyle mode:
<module name="MemberName">
<property name="format" value="^f[A-Z][a-zA-Z0-9]*$"/>
</module>
which is silly. Such a rule was never part of the Turbine coding style rules. Please remove these.
some resource where we can confirm this ?