pub fn format_skip_reason(result: &FilterResult) -> Option<String>Expand description
Returns a human-readable skip reason for a FilterResult. Returns None for Included (which is not a skip). Used by the remote dry-run path to format structured log messages.