module RuboCop
module RuboCop::Markdown
class RuboCop::Markdown::Plugin
class RuboCop::Markdown::Preprocess
rubocop-md
2.0.0
def markdown_file?(file) MARKDOWN_EXTENSIONS.include?(File.extname(file)) end