SonarQube 5.3:配置组件查看器中显示的源代码行数

SonarQube 5.3: Configure number of lines of source code displayed in Component Viewer

如何在SonarQube中配置最大源代码行数显示在Component Viewer中?我一定是瞎了,但我在 SonarQube 本身或互联网上都找不到它。

Component Viewer 是 SonarQube 的核心:它显示文件的源代码及其高级统计信息。但是最多显示1000行源码,然后最后一行下面有一个纺车,看不到剩下的源码

N.B。我正在使用 SonarQube 5.3。

您看不到超过 1000 行的事实是 SonarQube 5.3 中的一个错误,据报道 here. It is fixed (by this commit 我猜)在 SonarQube 5.4 中。

组件查看器中默认显示的行数不可配置。