Skip to main content

DISABLED_SMELLS_KEY

Constant DISABLED_SMELLS_KEY 

Source
pub const DISABLED_SMELLS_KEY: &str = "__disabled_smells__";
Expand description

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!.