Skip to content

Commit

Permalink
Update documentation of MA0048
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Dec 28, 2023
1 parent f2c0789 commit 7a388f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Rules/MA0048.md
Expand Up @@ -59,10 +59,12 @@ public class DoNotMatchFileName3 { }
````
# .editorconfig file
# Exclude "file class Sample" from analysis. default: true
MA0048.exclude_file_local_types = true
# Only validate the first type in a file. default: false
MA0048.only_validate_first_type = false
# Ignore certain types in a file. default: none
dotnet_diagnostic.MA0048.excluded_symbol_names = Foo|T:MyNamespace.Bar
# Ignore certain symbols. default: none
# Pipe-separated list of wildcard patterns
dotnet_diagnostic.MA0048.excluded_symbol_names = Foo*|T:MyNamespace.Bar
````

0 comments on commit 7a388f0

Please sign in to comment.