]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable clang-format for Local IPv6 Unicast Addresses strings
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 05:40:41 +0000 (07:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 05:40:41 +0000 (07:40 +0200)
commit6b7c99027d0253ac7e4b7ec83aa96dbcc70fb3ba
tree008aab093bd4d70fd07c61d16da9b359b5047cd3
parentfc17f3fe2a05fe0083240caacb90dfab02402f79
Disable clang-format for Local IPv6 Unicast Addresses strings

The LSP server (using clangd) was always complaining about:

    Suspicious string literal, probably missing a comma

for the two Local IPv6 Unicast Addresses strings that spanned
across multiple lines.  Disable clang-format for these two lines.
bin/named/server.c