如何在 Eclipse 中禁用 checkstyle?
我的 Eclipse 中安装了 checkstyle 插件。 如何为工作区中的特定项目禁用它?
如果这不可行,我想关闭 checkstyle。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您还可以通过项目级别的上下文菜单仅在一个项目上禁用 Checkstyle。
参见:
如果确实需要卸载插件,最好使用:
选择正确的插件并卸载:
You can also disable Checkstyle just on one project by the contextual menu at the project level.
See:
If you really need to uninstall the plugin, it is best to use:
Select the right plugins and uninstall them:
好的,我自己解决了这个问题。只需要删除eclipse的plugins文件夹下的文件夹“com.atlassw.tools.eclipse.checkstyle_4.4.1”即可。呃!
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!
在最新的 eclipse 版本(9/2014)中,我们必须访问 Help -> Eclipse Market 并转到已安装选项卡。然后选择卸载。卸载后,这将要求重新启动 Eclipse。就是这样。
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.