global

def ruby_file?(file)

def ruby_file?(file)
  super || RuboCop::Markdown.markdown_file?(file)
end