-
Couldn't load subscription status.
- Fork 3
Closed
Labels
Description
Follow up to #36 (comment).
The correct usage of deprecations is exactly a Deprecation: (with whitespace) marker at the beginning of a paragraph. We can introduce a new rule, probably enabled by default, to detect wrong usages like these:
DEPRECATED:(See Deprecations are not marked correctly kubernetes/kubernetes#133566)DEPRECATED:(no trailing whitespace)deprecated:deprecated:(no trailing whitespace)
ccoVeille