Sonar 5.6 - 如何忽略未记录的 API 指标中的某些文件?

Sonar 5.6 - How to ignore some files from undocumented API metric?

我忽略了一些文件的文档问题。例如:

# Ignore all undocumented API issues on test headers
sonar.issue.ignore.multicriteria.noapitest.ruleKey=cxx:UndocumentedApi
sonar.issue.ignore.multicriteria.noapitest.resourceKey=test/include/*

这很好用,没有产生问题。但是,我想知道是否也可以将它们从未记录的 API 指标中排除?目前,它们显示为未记录,并且使该指标对我完全无用。

我正在使用 Sonar 5.6。

Nope. All of the exclusion options are fully documented 并且在 UI.

中很明显