[NFC] disabling clang-tidy check readability-identifier-naming in Protocol.h
authorChristian Kühnel <kuhnel@google.com>
Mon, 15 Nov 2021 14:37:20 +0000 (14:37 +0000)
committerChristian Kühnel <kuhnel@google.com>
Tue, 16 Nov 2021 15:25:43 +0000 (15:25 +0000)
commit75a078455fc71cddc5e04b709b349125b610e1bb
treefcf850ba4eb4613f0ef0b6cc72e12020345dc34f
parent4c8b8e0154f075e463428acc0640388c40d60097
[NFC] disabling clang-tidy check readability-identifier-naming in Protocol.h

The file follows the LSP syntax, so we're intentially deviating
from the LLVM coding standard.

Differential Revision: https://reviews.llvm.org/D113889
clang-tools-extra/clangd/Protocol.h