Skip to content

Commit

Permalink
Ignore Style/RedundantHeredocDelimiterQuotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 8, 2023
1 parent 4904f00 commit 0584e3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,11 @@ Style/QuotedSymbols:
Style/MultilineInPatternThen:
Enabled: true

# https://github.com/rubocop/rubocop/pull/11528
# I don't think this is redundant.
Style/RedundantHeredocDelimiterQuotes:
Enabled: false

Layout/TrailingEmptyLines:
Enabled: true

Expand Down

0 comments on commit 0584e3a

Please sign in to comment.