Skip to content

Commit 51f93c6

Browse files
committed
disable spell-checker on literals
1 parent f9d3af9 commit 51f93c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/StackExchange.Redis/ResultProcessor.VectorSets.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ when hnsw_max_node_uid.Is(keyHash, key) && value.TryGetInt64(out var i64):
121121

122122
#pragma warning disable CS8981, SA1134, SA1300, SA1303, SA1502
123123
// ReSharper disable InconsistentNaming - to better represent expected literals
124+
// ReSharper disable IdentifierTypo
124125
[FastHash] public static partial class bin { }
125126
[FastHash] public static partial class f32 { }
126127
[FastHash] public static partial class int8 { }
@@ -131,6 +132,7 @@ [FastHash] public static partial class quant_type { }
131132
[FastHash] public static partial class vector_dim { }
132133
[FastHash] public static partial class hnsw_max_node_uid { }
133134
// ReSharper restore InconsistentNaming
135+
// ReSharper restore IdentifierTypo
134136
#pragma warning restore CS8981, SA1134, SA1300, SA1303, SA1502
135137
}
136138
}

0 commit comments

Comments
 (0)