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
| Name | Type | Description |
|---|---|---|
| setting | string | The name of the configuration setting to evaluate for exclusion. |
Returns
| Type | Description |
|---|---|
boolean | True if the setting is explicitly ignored or marked as deprecated, False otherwise. |