]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: nil: Disable clang-format for Local IPv6 Unicast Addresses strings
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 07:09:44 +0000 (09:09 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 07:09:44 +0000 (09:09 +0200)
commit4f9012ffd81034739954c2ed478dfef1ff1f2c36
tree68955827487b0db5abe796511978f4a284fb3513
parent054217b34072631bc2d7d1e96388d1d4b2fb0d07
parentac81fe0e8dc0ccdd4f63d0ce7363673632758cc1
[9.18] fix: nil: 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.

Backport of MR !10764

Merge branch 'backport-ondrej/fix-suspicious-string-literal-probably-missing-comma-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10766