summaryrefslogtreecommitdiffstats
path: root/tools/check-includes.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: pylint check-includes.pyFrantisek Sumsal2023-08-101-3/+3
|
* tools/check-includes: compat with Python 3.7Zbigniew Jędrzejewski-Szmek2023-05-091-1/+2
| | | | I thought that 3.8 is enough. But Centos8 CI chokes on the walrus.
* check-includes: print path relative to project rootZbigniew Jędrzejewski-Szmek2023-05-091-0/+8
| | | | | | | | Instead of /home/zbyszek/src/systemd-work/build/../src/xdg-autostart-generator/xdg-autostart-service.h:11, print just src/xdg-autostart-generator/xdg-autostart-service.h:11. This is a bit annoying that this requires so much verbosity, but the output with the full names was too annoying.
* Rewrite check-includes.pl in pythonZbigniew Jędrzejewski-Szmek2023-05-091-0/+23