mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 00:56:09 +02:00
Add rule to ignore the warning: Mark members as static to .editorconfig
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
|
||||
# S4457: Parameter validation in "async"/"await" methods should be wrapped
|
||||
dotnet_diagnostic.S4457.severity = silent
|
||||
|
||||
# CA1822: Mark members as static
|
||||
dotnet_diagnostic.CA1822.severity = silent
|
||||
|
||||
# S1172: Unused method parameters should be removed
|
||||
dotnet_diagnostic.S1172.severity = silent
|
||||
|
||||
Reference in New Issue
Block a user