We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabec72 commit ac9c2c9Copy full SHA for ac9c2c9
scripts/run-docs-tests.ps1
@@ -11,7 +11,7 @@ Pop-Location
11
if ($FormatAndExecuteTestsAgain) {
12
Push-Location src
13
Push-Location FluentAssertions.Analyzers.FluentAssertionAnalyzerDocs
14
- dotnet format analyzers --diagnostics FAA0001 --severity info --verbosity normal
+ dotnet format analyzers --diagnostics FAA0001 FAA0003 --severity info --verbosity normal
15
Pop-Location
16
17
0 commit comments