Skip to content

Commit

Permalink
Suppress CA5403
Browse files Browse the repository at this point in the history
Slows down build
  • Loading branch information
JohanLarsson committed Apr 6, 2023
1 parent 64ba14e commit b1165e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,6 @@ csharp_space_between_square_brackets = false
csharp_prefer_braces = true:silent
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = true

# CA5403: Do not hard code certificate insanely slow analyzer adding 30 s to build time
dotnet_diagnostic.CA5403.severity = none

0 comments on commit b1165e9

Please sign in to comment.