module RuboCop
module RuboCop::Markdown
class RuboCop::Markdown::Plugin
class RuboCop::Markdown::Preprocess
rubocop-md
2.0.1
global
# ruby_file?
def ruby_file?(file) super || RuboCop::Markdown.markdown_file?(file) end