Skip to content

Commit

Permalink
Enable CA2016: forward the CancellationToken
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 18, 2024
1 parent f93bdce commit 03b934c
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 @@ -185,5 +185,8 @@ dotnet_diagnostic.DOC202.severity = warning
# CA1062: Validate arguments of public methods
dotnet_diagnostic.CA1062.severity = warning

# CA2016: Forward the CancellationToken parameter
dotnet_diagnostic.CA2016.severity = warning

[*.sln]
indent_style = tab

0 comments on commit 03b934c

Please sign in to comment.