DotNetAnalyzers / StyleCopAnalyzers

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

Update SA1623 and SA1624 to not trigger if the summary contains an inheritdoc element #3880

Open bjornhellander opened 4 months ago

bjornhellander commented 4 months ago

Fixes #3465

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.45%. Comparing base (ff5c432) to head (e6b6efc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3880 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 926 926 Lines 110237 110264 +27 Branches 3315 3316 +1 ======================================= + Hits 107433 107460 +27 Misses 1837 1837 Partials 967 967 ```