lib/rubocop/markdown.rb in rubocop-md-1.2.0 vs lib/rubocop/markdown.rb in rubocop-md-1.2.1

- old
+ new

@@ -7,9 +7,9 @@ # Plugin to run Rubocop against Markdown files module Markdown PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join("config", "default.yml").freeze - require_relative "./markdown/preprocess" - require_relative "./markdown/rubocop_ext" if defined?(::RuboCop::ProcessedSource) + require_relative "markdown/preprocess" + require_relative "markdown/rubocop_ext" if defined?(::RuboCop::ProcessedSource) end end