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
Post a Comment