Skip to content
Prev Previous commit
Next Next commit
chore: revert silencing error
  • Loading branch information
wisepotato committed Oct 23, 2019
commit 10ea6cb0e037d597383927c547584ad767a13a67
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ dotnet_naming_symbols.private_fields.applicable_kinds = field
dotnet_naming_symbols.private_fields.applicable_accessibilities = private

dotnet_naming_style.prefix_underscore.capitalization = camel_case
dotnet_naming_style.prefix_underscore.required_prefix = _
[*.cs]

# CS0659: Type overrides Object.Equals(object o) but does not override Object.GetHashCode()
dotnet_diagnostic.CS0659.severity = silent
dotnet_naming_style.prefix_underscore.required_prefix = _