libinput/.gitlab-ci/scanbuild-wrapper.sh
Peter Hutterer bf67c056df CI: replace the scan-build job with a clang-tidy job
Drop the scanbuild wrappers, especially the junit conversion script
which's results haven't been looked at for ages.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1182>
2025-04-07 08:43:36 +00:00

2 lines
55 B
Bash

#!/bin/sh
scan-build -v --status-bugs -plist-html "$@"