Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable checkstyle in Eclipse?

Tags:

I have checkstyle plugin installed in my Eclipse. How do I disable it for a specific project in my workspace?

If that is not feasible I would like to turn off checkstyle.

like image 770
Prasanna Narayanan Avatar asked Jul 20 '10 05:07

Prasanna Narayanan


1 Answers

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

See:

Desactivate Checkstyle

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

Help/About/Installation Details 

Select the right plugins and uninstall them:

Uninstall Plugins

like image 52
VonC Avatar answered Sep 22 '22 17:09

VonC