File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,3 @@ dotnet_diagnostic.RS0058.severity = error
317
317
dotnet_diagnostic.RS0059.severity = error
318
318
dotnet_diagnostic.RS0060.severity = error
319
319
dotnet_diagnostic.RS0061.severity = error
320
-
321
- [src/{RoslynAnalyzers}/** /* .{cs,vb,md} ]
322
- # RS2007: Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header
323
- # Release tables use borders and need https://github.com/dotnet/roslyn-analyzers/pull/7466 to be valid.
324
- dotnet_diagnostic.RS2007.severity = none
Original file line number Diff line number Diff line change 11
11
<NoWarn >$(NoWarn);RS2008</NoWarn >
12
12
</PropertyGroup >
13
13
14
+ <PropertyGroup >
15
+ <!--
16
+ RS2007: Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header.
17
+ Release tables use borders and need https://github.com/dotnet/roslyn-analyzers/pull/7466 to be valid.
18
+ -->
19
+ <NoWarn >$(NoWarn);RS2007</NoWarn >
20
+ </PropertyGroup >
21
+
14
22
<!-- Add License and Third Party Notices files into each VSIX. -->
15
23
<ItemGroup >
16
24
<Content Include =" $(MSBuildThisFileDirectory)\assets\EULA.txt" >
You can’t perform that action at this time.
0 commit comments