Sonarqube:缺少以下文件的责任信息
我在SonarQube的分析过程中收到了警告。Missing blame information for the following files
[INFO] [22:19:57.714] Sensor SCM Sensor
[INFO] [22:19:57.715] SCM provider for this project is: git
[INFO] [22:19:57.715] 48 files to be analyzed
[INFO] [22:19:58.448] 0/48 files analyzed
[WARN] [22:19:58.448] Missing blame information for the following files:
(snip 48 lines)
[WARN] [22:19:58.449] This may lead to missing/broken features in SonarQube
[INFO] [22:19:58.449] Sensor SCM Sensor (done) | time=735ms
我正在使用SonarQube 5.5,分析是由Maven在Jenkins工作中完成的,在一个多模块Java项目上。已安装 Git 插件 1.2。
在任何违规文件上,在 bash shell 中手动运行 git blame,都会给出预期的输出。
我发现的相关问题都是关于SVN的,我的问题是Git。
我如何获得关于Sonarqube的git责备信息?