Skip to content

Commit eff0898

Browse files
Michael Norrisfacebook-github-bot
Michael Norris
authored andcommittedOct 22, 2024·
Enable linting: lint config changes plus arc lint command (#3966)
Summary: Pull Request resolved: #3966 This actually enables the linting. Manual changes: - tools/arcanist/lint/fbsource-licenselint-config.toml - tools/arcanist/lint/fbsource-lint-engine.toml Automated changes: `arc lint --apply-patches --take LICENSELINT --paths-cmd 'hg files faiss'` Reviewed By: asadoughi Differential Revision: D64484165 fbshipit-source-id: 4f2f6e953c94ef6ebfea8a5ae035ccfbea65ed04
1 parent e7d153d commit eff0898

File tree

675 files changed

+1228
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

675 files changed

+1228
-1205
lines changed
 

‎benchs/CMakeLists.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
2-
# All rights reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
32
#
4-
# This source code is licensed under the BSD-style license found in the
3+
# This source code is licensed under the MIT license found in the
54
# LICENSE file in the root directory of this source tree.
65

76

‎benchs/bench_6bit_codec.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/**
2-
* Copyright (c) Facebook, Inc. and its affiliates.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)
Please sign in to comment.