开发者

How to disable checkstyle in Eclipse?

开发者 https://www.devze.com 2023-01-08 13:14 出处:网络
I have checksty开发者_开发问答le plugin installed in my Eclipse. How do I disable it for a specific project in my workspace?

I have checksty开发者_开发问答le 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.


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

See:

How to disable checkstyle in Eclipse?

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

Help/About/Installation Details 

Select the right plugins and uninstall them:

How to disable checkstyle in Eclipse?


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!


In latest eclipse version(9/2014) we have to visit Help -> Eclipse Market and go to installed tab. Then select uninstall. After uninstallation this will ask for a eclipse restart. And that is it.

How to disable checkstyle in Eclipse?

0

精彩评论

暂无评论...
验证码 换一张
取 消