Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/CodingConventions"

(Add details)
(Add comment about .checkstyle files)
Line 5: Line 5:
 
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=296093)
 
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=296093)
 
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01379.html
 
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01379.html
 +
* http://dev.eclipse.org/mhonarc/lists/modeling-pmc/msg01391.html
 +
 +
".checkstyle" files can be commited without any specfic CQ. The CQ 3615 cover all the references to Checkstyle.

Revision as of 11:46, 6 January 2010

A checksytle configuration file is available in the MoDisco SVN (https://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/plugins/trunk/org.eclipse.gmt.modisco.dev.core).

To use checkstyle we have to download a checksytle plug-in. Checksytle is not an Eclipse tool. Its use has been validated :

".checkstyle" files can be commited without any specfic CQ. The CQ 3615 cover all the references to Checkstyle.

Back to the top