Add support for overriding checkstyle configuration properties as part of
the check-configuration. This would enable deploying multiple
configurations using a single checkstyle configuration file (each
overriding some properties in the checkstyle config file).
Example:
<extension
id="checkstyle.CheckConfiguration"
point="com.atlassw.tools.eclipse.checkstyle.configurations">
<!-- uses the default "lineLength" property -->
<check-configuration
name="Our Checks (80)"
location="our_checks.xml"
description="%SunChecks.description"/>
<!-- sets the "lineLength" property to "100" -->
<check-configuration
name="Our Checks (100)"
location="our_checks.xml"
description="%SunChecks.description">
<property name="lineLength" value="100"/>
</check-configuration>
</extension>
See this thread for details:
https://sourceforge.net/forum/forum.php?thread_id=2206671&forum_id=274377
Also, if you're willing to point me in the right direction. I wouldn't mind
putting together a patch for this.
--steve
Lars Koedderitzsch
Checkstyle integration
None
Public
|
Date: 2009-02-14 18:16 Oh happy day. Better late than never. It's implemented. In the CVS. Will |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-02-14 18:16 | lkoe |
| resolution_id | None | 2009-02-14 18:16 | lkoe |
| assigned_to | nobody | 2009-02-14 18:16 | lkoe |
| close_date | - | 2009-02-14 18:16 | lkoe |
| summary | Override config properties in at fragment build time | 2008-10-02 22:33 | shmckay |