pub const DISABLED_SMELLS_KEY: &str = "__disabled_smells__";
Key used by the host to pass the list of smell names the plugin should skip emitting for this analysis call. Check via is_smell_disabled!.
is_smell_disabled!