File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ Checks: >
28
28
performance-noexcept-move-constructor, performance-no-automatic-move,
29
29
performance-type-promotion-in-math-fn
30
30
31
- # produce HeaderFilterRegex from core/build-support/lint_exclusions.txt with:
32
- # echo -n '^?!('; sed -e 's/*/\.*/g' core/build-support/lint_exclusions.txt | tr '\n' '|'; echo ')$'
31
+ WarningsAsErrors : ' *'
33
32
HeaderFilterRegex : ' ^(?:.*\/knowhere\/include\/.+\.h)|(?:.*\/knowhere\/src\/.+\.h)$'
34
33
CheckOptions :
35
34
- key : google-readability-braces-around-statements.ShortStatementLines
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ class DiskANNIndexNode : public IndexNode {
164
164
namespace knowhere {
165
165
namespace {
166
166
static constexpr float kCacheExpansionRate = 1.2 ;
167
- static constexpr uint32_t kLinuxAioMaxnrLimit = 65536 ;
168
167
static constexpr int kSearchListSizeMaxValue = 200 ;
169
168
template <typename T>
170
169
expected<T, Status>
You can’t perform that action at this time.
0 commit comments