Module pragma

Module pragma 

Source
Expand description

Annotation-based rule ignoring.

Supports ignore-check.kube-linter.io/<check-name> annotations to disable specific checks for individual objects.

Functions§

get_ignored_checks
Extract the set of ignored check names from an object’s annotations.
should_ignore_check
Check if a specific check should be ignored for an object.