views:

145

answers:

2
+3  Q: 

Disable Checkstyle

I have checkstyle plugin installed in my eclipse. How do I disable check style for a specific project in my workspace? If that is not feasible I would like to turn off checkstyle. Please advice.

A: 

Okay figured this out myself. Just need to remove the folder "com.atlassw.tools.eclipse.checkstyle_4.4.1" under the plugins folder of eclipse. Duh!

omniprasan
+1  A: 

You can also disable Checkstyle just on one project by the contextual menu at the project level:

See

alt text

If you really need to uninstall the plugin, it is best to use:

Help/About/Installation Details, select the right plugins and uninstall them:

alt text

VonC