Skip to content

Commit

Permalink
style: upgrade rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 12, 2023
1 parent 28f39d1 commit b6d9970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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

0 comments on commit b6d9970

Please sign in to comment.