9 Commits

Author SHA1 Message Date
Alessandro Di Federico e352169420 check-conventions: ignore all raw C++ strings
Before, we were just ignoring `R"LLVM(`.
2026-04-23 13:40:42 +02:00
Giacomo Vercesi 1c838475ec check-conventions: drop parenthesis detection
Drop a check in `check-conventions` that would mark commits as WIP if
they began with a parenthesis character (`([{`).
2025-11-26 14:50:41 +01:00
Alessandro Di Federico 90f21a10a8 check-conventions: enable excluding specific files 2025-10-28 09:18:24 +01:00
Ivan Krysak d51ade0243 check-commit: add work-in-progress checks 2025-10-08 12:22:34 +03:00
Ivan Krysak ca712608f1 check-commit: more explicit error message 2025-10-08 12:22:34 +03:00
Giacomo Vercesi 5f5d2da842 check-conventions: check CMakeLists.txt license
The `check-conventions` script inadvertently ignored checking the
license header in `CMakeLists.txt`. Change the script so that those are
checked. Also add the missing headers to the reported files.
2025-09-17 14:02:40 +02:00
Tommaso Fontana 680f5cacf2 Apply revng check-conventions --force-format 2025-09-10 12:05:14 +02:00
Lauri Vasama 4648fe672f Allow commit message ending with backticks 2025-03-19 12:57:14 +02:00
Giacomo Vercesi 993f66d59c revng cli: drop revng- prefix from libexec
Drop using the `revng-` prefix from all executables under
`libexec/revng/`. Now any executable found under there that is
executable and without extension will be considered a `revng`
subcommand, following the usual command-line rules.
2024-10-01 13:38:14 +02:00