checkstyle:禁用 ++警告

发布于 2024-08-31 12:52:51 字数 115 浏览 9 评论 0原文

我最近安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-09-07 12:52:51

它位于“编码问题/非法令牌”(或“非法令牌文本”)

在该令牌检查的设置中,您将找到“后缀增量运算符++”供您取消检查。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文