Few tiny quality of life improvements
Fixes a few of my annoyances.
Makefile: Reformat comments in recipes
This fixes how GNU Emacs shows comments in recipes:
Before | After |
---|---|
It feels a bit silly this needs fixing, but the single quote in wasn't
is messing up syntax highlighting for the rest of the file.
The change form ${Q}
to @
isn't required, only the space before #
is, but I think it's cleaner this way.
Update gitlab-dangerfiles gem
Update to version 2.6.1 so it has the latest rules that allow formatting of MR titles as we use them. This was fixed in [1].
Edited by Toon Claes