0

有什么办法可以绕过规则

"Rename this method to match the regular expression: [A-Z][a-zA-Z0-9]++"

对于 Global.asax.cs,特别是对于Application_方法/事件?我们不想最小化完全跳过的文件数量。

public class MvcApplication : System.Web.HttpApplication
{
    protected void Application_Start()
    {
4

1 回答 1

1

您可以在这个确切的文件上为此规则定义一个狭窄的排除模式,请按照 SonarQube 手册中的说明进行操作。

于 2015-04-23T17:40:27.113 回答