Skip to content

Commit

Permalink
Added sub-type exclusion note
Browse files Browse the repository at this point in the history
  • Loading branch information
camrein committed Nov 17, 2021
1 parent 41364ed commit 25164df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/analyzers/PH_S032.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Encapsulate the exceptions in a task using `Task.FromException(...)`.
## Options

```ini
# A white-space separated list of exception types to not report
# A white-space separated list of exception types to not report. The sub-types of these types will be excluded too.
# Format: <type-specifier1> <type-specifier2> ...
dotnet_diagnostic.PH_S032.exclusions = System.ArgumentException System.NotImplementedException
```

0 comments on commit 25164df

Please sign in to comment.