Skip to content

Commit

Permalink
rubocop exclude html_safe mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed Sep 11, 2024
1 parent 4bd4526 commit 0c8d368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ Rails/NotNullColumn:
- 'db/migrate/20130226221916_add_user_to_ticket_request.rb'
- 'db/migrate/20130311213508_add_event_id_to_ticket_request.rb'

Rails/OutputSafety:
Exclude:
- 'app/mailers/ticket_request_mailer.rb'

# Offense count: 22
# Configuration parameters: Include.
# Include: db/**/*.rb
Expand Down

0 comments on commit 0c8d368

Please sign in to comment.