Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit suppresses the following new RuboCop offenses: ```console Offenses: lib/rubocop/cop/rails/squished_sql_heredocs.rb:71:49: W: [Correctable] Lint/SafeNavigationConsistency: Use . instead of unnecessary &.. node.parent&.send_type? && node.parent&.method?(:squish) ^^ lib/rubocop/cop/rails/where_range.rb:92:43: W: [Correctable] Lint/SafeNavigationConsistency: Use . instead of unnecessary &.. receiver&.send_type? && receiver&.method?(:where) ^^ 296 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
- Loading branch information