mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 12:45:54 +00:00
Migrate all the pre-commit and commit-msg hooks to use pre-commit (https://pre-commit.com/) Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5192>
6 lines
155 B
Bash
Executable file
6 lines
155 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"
|