Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
root = true
|
||||
|
||||
[*.cs]
|
||||
charset = utf-8
|
||||
|
||||
# Generated models (apigen, "DO NOT EDIT") carry no nullable annotations and no
|
||||
# XML docs. The warnings are silenced here instead of editing generated files;
|
||||
# the proper fix belongs in apigen (emit nullable annotations / docs).
|
||||
[{Auth,BattlePass,Catalog,Inventory,Leaderboards,Player,Quests,RemoteConfig,Scenarios,Storage,Stores,Ugc}/**.cs]
|
||||
dotnet_diagnostic.CS8618.severity = none
|
||||
dotnet_diagnostic.CS1591.severity = none
|
||||
|
||||
[{BoundaryNode,ErrorResponse,ExecutionPlan,ExecutionPlanNode,PlanEdge,RudderErrorCodes}.cs]
|
||||
dotnet_diagnostic.CS8618.severity = none
|
||||
dotnet_diagnostic.CS1591.severity = none
|
||||
Reference in New Issue
Block a user