Skip to content

Improve linting in cases where boolean values are used

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

This example:

variables:
  FOOBAR: false

causes an error. However, as a string it works:

variables:
  FOOBAR: 'false'

It's also annoying that the CI Linter doesn't show which line the offending error is on.

We should improve the linter to properly message the user about what's happening/why.

Edited by 🤖 GitLab Bot 🤖