Skip to content

Commit

Permalink
Update configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Feb 2, 2024
1 parent 1332089 commit 004fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/Analyzer.Meziantou.Analyzer.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dotnet_diagnostic.MA0002.severity = warning
# Enabled: True, Severity: suggestion
dotnet_diagnostic.MA0003.severity = suggestion

# MA0004: Use Task.ConfigureAwait(false)
# MA0004: Use Task.ConfigureAwait
# Help link: https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md
# Enabled: True, Severity: warning
dotnet_diagnostic.MA0004.severity = warning
Expand Down

0 comments on commit 004fb2e

Please sign in to comment.