【发布时间】:2015-04-23 07:36:50
【问题描述】:
有什么办法可以绕过规则
"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()
{
【问题讨论】:
标签: sonarqube global-asax application-start