Skip to content

Few tiny quality of life improvements

Toon Claes requested to merge toon-few-fixes into master

Fixes a few of my annoyances.

Makefile: Reformat comments in recipes

This fixes how GNU Emacs shows comments in recipes:

Before After
image image

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].

  1. gitlab-org/ruby/gems/gitlab-dangerfiles!69 (merged)
Edited by Toon Claes

Merge request reports