Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up rubocop/rubocop#12383 This commit suppresses the following new RuboCop offense: ```console $ bundle exec rubocop (snip) lib/rubocop/cop/rails/validation.rb:54:44: W: [Correctable] Lint/SymbolConversion: Unnecessary symbol conversion; use :"validates_#{p}_of" instead. RESTRICT_ON_SEND = TYPES.map { |p| "validates_#{p}_of".to_sym }.freeze ^^^^^^^^^^^^^^^^^^^^^^^^^^ 292 files inspected, 1 offense detected, 1 offense autocorrectable ```
- Loading branch information