mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
There are multiple cases where good human readable code block is converted to an unreadable mess by clang-format, so we don't want to rely on clang-format completely. Also there is no way, as far as I can see, to make clang-format only fix what we want it to fix without breaking something. So let's just display hints inline where clang-format is unhappy. When reviewer sees such a warning it's a good sign that something is broken in coding-style around this warning. We add special script which parses diff generated by indent and generates warning for each hunk. Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> |
||
|---|---|---|
| .. | ||
| alpine-test.yml | ||
| archlinux-test.yml | ||
| check-commits.yml | ||
| codeql.yml | ||
| compat-test.yml | ||
| cross-compile-daily.yml | ||
| cross-compile.yml | ||
| docker-test.yml | ||
| fedora-asan-test.yml | ||
| fedora-rawhide-test.yml | ||
| gcov-test.yml | ||
| java-test.yml | ||
| lint.yml | ||
| loongarch64-qemu-test.yml | ||
| manage-labels.yml | ||
| podman-test.yml | ||
| stale.yml | ||
| stream-test.yml | ||
| x86-64-clang-test.yml | ||
| x86-64-gcc-test.yml | ||