Skip to content

Commit 1ba131b

Browse files
committed
3
1 parent bb5ffea commit 1ba131b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ dotnet_diagnostic.CA1055.severity = none # Uri return values should not b
263263
dotnet_diagnostic.CA1056.severity = none # Uri properties should not be strings
264264
dotnet_diagnostic.CA1060.severity = none # Move P/Invokes to NativeMethods class
265265
dotnet_diagnostic.CA1062.severity = none # Validate arguments of public methods
266-
dotnet_diagnostic.CA1063.severity = warning # Implement IDisposable Correctly
266+
dotnet_diagnostic.CA1063.severity = none # Implement IDisposable Correctly: https://github.com/dotnet/roslyn-analyzers/issues/4801
267267
dotnet_diagnostic.CA1064.severity = none # Exceptions should be public
268268
dotnet_diagnostic.CA1065.severity = none # Do not raise exceptions in unexpected locations
269269
dotnet_diagnostic.CA1066.severity = none # Type {0} should implement IEquatable<T> because it overrides Equals

0 commit comments

Comments
 (0)