DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

Corrected SA1604 documentation to include a relevant example #3855

Closed bjornhellander closed 1 month ago

bjornhellander commented 1 month ago

Fixes #3848

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.45%. Comparing base (2a93406) to head (6239946). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3855 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 926 926 Lines 110136 110136 Branches 3311 3311 ======================================= Hits 107332 107332 Misses 1837 1837 Partials 967 967 ```