mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 06:56:26 +00:00
Running "meson setup" again is not enough, pre-commit must be installed. Meson already prints a warning but that's not fatal and easy to miss. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8438>
7 lines
262 B
Bash
Executable file
7 lines
262 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Check that the code follows a consistant code style
|
|
#
|
|
|
|
echo "This hook is deprecated, please run 'meson setup' to update your configuration"
|
|
echo "You first need to install pre-commit with your package manager or python3 -m pip install pre-commit"
|