mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Avoid constant arrays as arguments (#14784)
This commit is contained in:
parent
8776a447d1
commit
6796b3435d
5 changed files with 26 additions and 21 deletions
|
|
@ -294,6 +294,9 @@ dotnet_diagnostic.CA1854.severity = error
|
|||
# error on CA1860: Avoid using 'Enumerable.Any()' extension method
|
||||
dotnet_diagnostic.CA1860.severity = error
|
||||
|
||||
# error on CA1861: Avoid constant arrays as arguments
|
||||
dotnet_diagnostic.CA1861.severity = error
|
||||
|
||||
# error on CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
|
||||
dotnet_diagnostic.CA1862.severity = error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue