88# https://github.com/dotnet/aspnetcore/issues/47912
99dotnet_diagnostic.IDE0005.severity = none
1010
11- # #########################################
12- # StyleCop
13- # #########################################
14-
15- [* ]
16- # SA0001: XML comment analysis is disabled due to project configuration
17- # Justification: Comments turned off
18- # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA0001.md
19- dotnet_diagnostic.SA0001.severity = none
20-
21- [* .cs ]
22- # SA1600: A C# code element is missing a documentation header.
23- # Justification: Comments turned off
24- # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1600.md
25- dotnet_diagnostic.SA1600.severity = none
26-
27- # SA1601: A C# partial element is missing a documentation header.
28- # Justification: Comments turned off
29- # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1601.md
30- dotnet_diagnostic.SA1601.severity = none
31-
32- # SA1602: An item within a C# enumeration is missing an XML documentation header.
33- # Justification: Comments turned off
34- # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1602.md
35- dotnet_diagnostic.SA1602.severity = none
36-
37- # SA1633: A C# code file is missing a standard file header.
38- # Justification: Comments turned off
39- # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md
40- dotnet_diagnostic.SA1633.severity = none
41-
4211# CA1515: Consider making public types internal
12+ # Justification: Won't be exposed in the NuGet packages
4313dotnet_diagnostic.CA1515.severity = none
0 commit comments