criu/.github
Pavel Tikhomirov d2a0d1fa64 lint: don't fail workflow on indent fail
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>
2023-10-22 13:29:25 -07:00
..
workflows lint: don't fail workflow on indent fail 2023-10-22 13:29:25 -07:00
ISSUE_TEMPLATE.md github: Add templates for new issues and pull requests 2021-09-03 10:31:00 -07:00
PULL_REQUEST_TEMPLATE.md github: Add templates for new issues and pull requests 2021-09-03 10:31:00 -07:00