Skip to content

Commit

Permalink
Fix magic comments with latest RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Aug 16, 2022
1 parent 444fade commit ff64dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frozen-string-literal: true
# frozen_string_literal: true

module Kramdown
# A Kramdown::Document subclass meant to optimize memory usage from initializing
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/kramdown/parser/gfm.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frozen-string-literal: true
# frozen_string_literal: true

require "kramdown-parser-gfm"

Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/utils/ansi.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frozen-string-literal: true
# frozen_string_literal: true

module Bridgetown
module Utils
Expand Down

0 comments on commit ff64dfd

Please sign in to comment.