使用 Rubberduck VBE 插件,有没有办法在模块级别禁用检查?

With the Rubberduck VBE add in is there a way to disable inspections on a module level?

我的项目中有几个模块:

使用我不理解但有效的互联网代码,所以我不想碰它们

或者使用正在被替换的非常旧的、无法维护的代码

我知道 @Ignore 注释,但有没有办法忽略 ALL 检查?

想通了 @Ignore 需要额外的参数 @IgnoreModule 忽略所有内容而不需要额外的参数

更多信息 https://rubberduckvba.com/Annotations/Details/Ignore https://rubberduckvba.com/Annotations/Details/IgnoreModule