summaryrefslogtreecommitdiff
path: root/scripts/git-hooks
Commit message (Collapse)AuthorAgeFilesLines
* git: Show all suggestions on pre-commit hookColin Kinloch2022-12-021-5/+15
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3506>
* csharp: check format in the pre-commit hookAndoni Morales Alastruey2022-04-051-0/+24
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/983>
* hooks:python: Max line length should be 120Thibault Saunier2021-10-141-1/+1
| | | | | | | As we ignore line length in pycodestyle and we have many places with line with more than 80 and less than 120 chars Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1121>
* move_mrs: Disable our commit hook during the moveNicolas Dufresne2021-10-041-0/+6
| | | | | | | | | | As GNU indent version can be different on the user system, we see some differences during migration thas causes conflicts. Making cherry-pick difficults to recover without breaking the style temporily. Note that cherry-pick continuation does not allow passing the -n option to skip the hooks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1017>
* Move commit gst-indent hook to the rootmonorepo-startNicolas Dufresne2021-09-243-0/+207
This renable at meson setup time the installation of the gst-indent commit hook. The hooks were kept from gst-devtools as this set supports both C checks and Python checks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/904>