Skip to content

Commit a5708b3

Browse files
authored
Merge pull request #5758 from rubberduck-vba/next
Release 2.5.2
2 parents 333bfa0 + 5870ada commit a5708b3

File tree

652 files changed

+28951
-9136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+28951
-9136
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[*.cs]
2+
3+
# CS1584: XML comment has syntactically incorrect cref attribute
4+
dotnet_diagnostic.CS1584.severity = none
5+
6+
# CS1041: expected identifier, invalid keyword
7+
dotnet_diagnostic.CS1041.severity = none
8+
9+
# CS1658: Warning is overriding an error
10+
dotnet_diagnostic.CS1658.severity = none
11+
12+
# IDE0079: Remove unnecessary suppression
13+
dotnet_diagnostic.IDE0079.severity = none

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,4 @@ Rubberduck.Parsing.xml
192192
/.gradle/
193193
/Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.xml
194194
/Rubberduck.Parsing/Rubberduck.Parsing.xml
195+
/.nuget/NuGet.Config

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nuget/NuGet.exe

-4.38 MB
Binary file not shown.

.nuget/NuGet.targets

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)