DotNetAnalyzers / StyleCopAnalyzers

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

Fix SA1514: Do not report when documenting types declared in the global namespace #3863

Open MattFromRVA opened 1 week ago

MattFromRVA commented 1 week ago

Fixes #3849

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 97.46%. Comparing base (51c772e) to head (cd99e2f). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3863 +/- ## ======================================== Coverage 97.45% 97.46% ======================================== Files 926 926 Lines 110202 110394 +192 Branches 3312 3316 +4 ======================================== + Hits 107398 107590 +192 Misses 1837 1837 Partials 967 967 ```