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.
我在 SonarQube 上扫描的 repo 中有 c# 代码和数据库项目。
但是,使用 PL/SQL 规则集而不是 T-SQL 规则集扫描 SQL 脚本。
是否有设置告诉声纳以预期的方式进行操作?
我遇到了同样的问题,事实证明您可以在“常规设置” > “语言”页面上进行配置。
如果您从下拉列表中选择PL/SQL,您将在列表中看到文件后缀“.sql”。删除它,然后单击保存。然后从下拉列表中选择T-SQL,并添加文件后缀“.sql”并单击保存。
现在您的 .SQL 文件将作为常规 T-SQL 进行分析。