sonarqube - Issue on make the code compliant for sonar rule S1451 for C# -


i using sonar (v5.6.6) , c# plugin (v6.3)for code analysis. after sonar analysis execution. c# code violated rule s1451 (rule name: track lack of copyright , license headers).

i tried many of copyright formats, no luck fails compliant rule.

how make code compliant rule s1451?

s1451 configured required/desired header. easiest thing @ configuration of rule in profile that's being applied & copy/paste configured header file.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -