Skip to content
Moritz Röhrich edited this page Mar 23, 2021 · 1 revision

Label <label> is empty.

This rule is activated by specifying a label-schema.

Problematic code:

LABEL oopsie=""

Correct code:

LABEL oopsie="whoopsie"

Rationale

When a label is required by the specified label-schema, it should not be empty or else there would be no sense in requiring the label in the first place.

Clone this wiki locally