Skip to content

Commit

Permalink
Fix unrelated Rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Sep 23, 2022
1 parent 7c1550a commit e156faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task :proof_readme do
require "redcarpet"

renderer = Redcarpet::Render::HTML.new(\
with_toc_data: true
with_toc_data: true,
)
redcarpet = Redcarpet::Markdown.new(renderer)
html = redcarpet.render(File.read("README.md"))
Expand Down
2 changes: 1 addition & 1 deletion lib/html_proofer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
lib_dir = File.join(File.dirname(__dir__), "lib")
gem_loader = Zeitwerk::Loader.for_gem
gem_loader.inflector.inflect(
"html_proofer" => "HTMLProofer"
"html_proofer" => "HTMLProofer",
)
gem_loader.ignore(File.join(lib_dir, "html-proofer.rb"))
gem_loader.setup
Expand Down

0 comments on commit e156faa

Please sign in to comment.