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.
我进行了声纳检查mvn sonar:sonar,在我意识到某些违规行为的严重性太高之后。所以我更新了他们在质量概况中的严重性。
mvn sonar:sonar
但是现有的违规没有更新,是否可以在不mvn sonar:sonar再次运行检查()的情况下更新现有的违规?
不,您应该运行新的声纳分析以使用新的配置文件设置。请记住,一旦分析存储在 Sonar DB 中,就无法更改。所以无论如何你都需要运行一个新的。