Skip to main content

configcheck_should_ignore

Determines whether a specific configuration setting should be ignored by checking it against a list of excluded settings or verifying if it has been deprecated.

def configcheck_should_ignore(
setting: string
) - > boolean

Determines whether a specific configuration setting should be skipped during validation checks.

Parameters

NameTypeDescription
settingstringThe name of the configuration setting to evaluate for exclusion.

Returns

TypeDescription
booleanTrue if the setting is explicitly ignored or marked as deprecated, False otherwise.