Skip to content

Commit

Permalink
Update src/files/3_AllProjectsAnalyzers.editorconfig
Browse files Browse the repository at this point in the history
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
asimmon and meziantou authored Feb 22, 2024
1 parent a2ce58e commit 5949ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/3_AllProjectsAnalyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ dotnet_diagnostic.CA1848.severity = none
dotnet_diagnostic.CA1859.severity = none

# CA1860: Avoid using 'Enumerable.Any()' extension method (instead of Length, Count or IsEmpty)
# Disabled because the modern version of 'Any()'' has been significantly optimized for types that implement IReadOnlyCollection
# Disabled because the modern version of 'Any()' has been significantly optimized for types that implement IReadOnlyCollection
# 'Any' may also be considered more readable in some cases
dotnet_diagnostic.CA1860.severity = none

Expand Down

0 comments on commit 5949ebb

Please sign in to comment.