Skip to content

Commit

Permalink
rubocop: disable Style/PerlBackrefs
Browse files Browse the repository at this point in the history
Sorry, I'm putting my foot down here. Though cryptic, they don't seem
hard to read to my perl-addled mind, and the ruby equivalent is so
verbose.
  • Loading branch information
peff committed Oct 5, 2022
1 parent 71769a0 commit 9d0a145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Style/TrailingCommaInHashLiteral:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/PerlBackrefs:
Enabled: false
Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit 9d0a145

Please sign in to comment.