Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以只为文件中的注释抑制 checkstyle 规则。示例我在注释中得到了一个幻数,我想禁止幻数规则,但只针对注释而不是整个文件。
是的,您可以将ignoreAnnotation参数设置为 true 以执行此操作。
ignoreAnnotation
请参阅此处的文档。