module RuboCop::Markdown

def markdown_file?(file)

def markdown_file?(file)
  MARKDOWN_EXTENSIONS.include?(File.extname(file))
end