class RuboCop::Cop::Lint::FormatParameterMismatch

def method_with_format_args?(node)

def method_with_format_args?(node)
  sprintf?(node) || format?(node) || percent?(node)
end