mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Add NOLINT for clang-tidy performance-enum-size to generated headers
This commit is contained in:
parent
09936133a6
commit
28cc9ca3ec
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void EnumDecl::Prepare() {
|
|||
}
|
||||
|
||||
void EnumDecl::GenForwardDeclaration(Output* out_h) {
|
||||
out_h->println("// NOLINTNEXTLINE(performance-enum-size)");
|
||||
out_h->println("enum %s {", id_->Name());
|
||||
out_h->inc_indent();
|
||||
int c = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue