| commit | 74425f97f4cf4da2572b3b3559ebee31b0e59a11 | [log] [tgz] |
|---|---|---|
| author | Alejandro Colomar <alx@kernel.org> | Wed Dec 03 13:00:21 2025 +0100 |
| committer | Alejandro Colomar <alx@kernel.org> | Wed Dec 03 13:00:23 2025 +0100 |
| tree | ab6fd0929c1a91f2d8bba2022a1cefcf1f51134f | |
| parent | 578aac7a060f52586a302ef56bf421a670a38814 [diff] |
etc/clang-tidy/config.yaml: Checks: -readability-function-cognitive-complexity Parsing integers is complex. If we could rely on C23 extensions, we could get rid of some of this complexity, but for now, let's turn off this diagnostic. Signed-off-by: Alejandro Colomar <alx@kernel.org>