Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix docs styling
  • Loading branch information
Meir017 authored Jul 12, 2024
commit 6dabdb361b1f608eb8b04ea6933e52dfd4e3168f
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ dotnet add package FluentAssertions.Analyzers

© Thanks to https://github.com/meziantou/Meziantou.FluentAssertionsAnalyzers

You can exclude assertion methods using the .editorconfig file:
You can exclude assertion methods using the `.editorconfig` file:

````
[*.cs]
ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String)
````

## Getting Started

Expand Down