aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-11-23 15:58:11 +0100
committerBond_009 <bond.009@outlook.com>2022-11-27 14:13:31 +0100
commit556cc8062debd5370ef907b0c78e8636356a8068 (patch)
treecb4187b6b236317acdf5d68c2ce48dad50ece19a /src
parente1bd5684e597b1719beabd6b1d32ebf61a23a434 (diff)
Investigate some TODO comments
Diffstat (limited to 'src')
-rw-r--r--src/Jellyfin.Extensions/AlphanumericComparator.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Jellyfin.Extensions/AlphanumericComparator.cs b/src/Jellyfin.Extensions/AlphanumericComparator.cs
index e3c81eba8..98a32d5b2 100644
--- a/src/Jellyfin.Extensions/AlphanumericComparator.cs
+++ b/src/Jellyfin.Extensions/AlphanumericComparator.cs
@@ -128,9 +128,7 @@ namespace Jellyfin.Extensions
return result;
}
}
-#pragma warning disable SA1500 // TODO remove with StyleCop.Analyzers v1.2.0 https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3196
} while (pos1 < len1 && pos2 < len2);
-#pragma warning restore SA1500
return len1 - len2;
}