You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/NoXmlFileHeaderUnitTests.cs
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,22 @@ public class NoXmlFileHeaderUnitTests : CodeFixVerifier
31
31
}
32
32
}
33
33
}
34
+
";
35
+
36
+
privateconststringTestSettingsWithEmptyLines=@"
37
+
{
38
+
""settings"": {
39
+
""documentationRules"": {
40
+
""companyName"": ""FooCorp"",
41
+
""copyrightText"": ""\nCopyright (c) {companyName}. All rights reserved.\n\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.\n"",
0 commit comments