Skip to content

Commit

Permalink
- adds suppressions for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jun 14, 2023
1 parent 23b5d56 commit 4837f9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,15 @@ visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public
[*.json]
indent_size = 2
insert_final_newline = true

[src/Kiota.Builder/SearchProviders/GitHub/GitHubClient/**/*.cs]
dotnet_diagnostic.CA1002.severity = none
dotnet_diagnostic.CA1032.severity = none
dotnet_diagnostic.CA1034.severity = none
dotnet_diagnostic.CA1054.severity = none
dotnet_diagnostic.CA1056.severity = none
dotnet_diagnostic.CA1302.severity = none
dotnet_diagnostic.CA1707.severity = none
dotnet_diagnostic.CA1720.severity = none
dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.CA2227.severity = none

0 comments on commit 4837f9f

Please sign in to comment.