mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
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>
2 lines
55 B
Bash
2 lines
55 B
Bash
#!/bin/sh
|
|
scan-build -v --status-bugs -plist-html "$@"
|