checkstyle:禁用 ++警告
我最近安装了 eclipse 的 checkstyle 插件,虽然它确实帮助我使代码的某些部分更清晰,但有一些愚蠢的规则。 除了不允许使用 ++ 规则之外,我已经能够禁用其中的大多数规则。 有谁知道我如何禁用该功能?
I recently installed the checkstyle addon for eclipse, while it does help me make some parts of my code clearer, there are some stupid rules.
I've been capable of disabling most of those besides the using ++ is not allowed rule.
Does anyone have any idea how I can disable that one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它位于“编码问题/非法令牌”(或“非法令牌文本”)
在该令牌检查的设置中,您将找到“后缀增量运算符++”供您取消检查。
It is in "Coding Problems / Illegal Token" (or "Illegal Token Text")
In the setting of that Token check, you will find the "Postfix increment operator ++" for you to un-check.