1 DL3051
Moritz Röhrich edited this page 2021-03-23 12:28:13 +01:00

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.