Skip to content

Commit

Permalink
Merge pull request #167 from Elscrux/no-comment-warning
Browse files Browse the repository at this point in the history
Remove warnings for comments
  • Loading branch information
Noggog authored Nov 25, 2024
2 parents 79b358a + d181602 commit cb532ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resharper_wrap_parameters_style = wrap_if_long
# levels: error, warning, suggestion, silent, none, default

# CS1591: // Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = warning
dotnet_diagnostic.CS1591.severity = silent

# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = error
Expand Down

0 comments on commit cb532ec

Please sign in to comment.