lint-ignore processing for clang-tidy (fbcode)

Summary: Disable CLANGTIDY checks for several places at the code.

Reviewed By: zertosh, benoitsteiner

Differential Revision: D24018176

fbshipit-source-id: b2d294f9efd64b2e2c72b11b18d8033f9928e826
This commit is contained in:
Ivan Murashko 2020-10-01 03:25:58 -07:00 committed by Facebook GitHub Bot
parent 409a9da79d
commit 2374b860a2

View File

@ -52,7 +52,7 @@ void getBlobBatchCallback(
size,
local,
// We need to take address of the function, not to forward it.
// @lint-ignore HOWTOEVEN MissingStdForward
// @lint-ignore HOWTOEVEN CLANGTIDY
&fn,
[](void* fn, size_t index, RustCFallibleBase result) {
(*static_cast<Fn*>(fn))(index, result);