Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It would be nice if users could provides their own set of additional rules.
Small amount of code needed to implement this.
Checkstyle plugin related code : http://svn.codehaus.org/sonar/trunk/plugins/sonar-checkstyle-plugin/src/main/java/org/sonar/plugins/checkstyle/CheckstyleRuleRepository.java
Issue Links
- depends upon
-
SONARDOTNT-223
New rule API for Stylecop, fxcop and gendarme
-
Currently, I'm able to add my own FxCop rule in two steps (work with .Net plugin 0.4 and 0.5) :
I didn't try for Gendarme or Stylecop.