Skip to content

Commit

Permalink
rubocop: disable Rails/HelperInstanceVariable
Browse files Browse the repository at this point in the history
This is undoubtedly a sketchy coding practice, but it is pretty common
in the code here, and is non-trivial to fix. I'd prefer not to untangle
all of it right now.
  • Loading branch information
peff committed Dec 13, 2020
1 parent e3c630d commit 108a0fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ Performance:
Style/FrozenStringLiteralComment:
Exclude:
- db/schema.rb

Rails/HelperInstanceVariable:
Enabled: false

0 comments on commit 108a0fb

Please sign in to comment.