| Formatter and command line [message #968822] |
Fri, 02 November 2012 15:41 |
MarkusL Missing name Messages: 2 Registered: February 2011 |
Junior Member |
|
|
Hi,
I want to let our continuous integration system check if the code has the correct code style. The sytle in specified within CDT/Eclipse. With JAVA projects I could use the same code style (exported from eclipse) and check code on the command line with:
$ /opt/local/eclipse/eclipse -nosplash
-application org.eclipse.jdt.core.JavaCodeFormatter
-verbose
-config .settings/org.eclipse.jdt.core.prefs
src/ tests/ doc/examples/
Is it possible to do something similar with my C++ Codestyle rules exported from the CDT formatter?
Cheers,
-Markus
|
|
|
Powered by
FUDForum. Page generated in 0.01529 seconds