We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de4eb3 commit 558f55fCopy full SHA for 558f55f
lib/rubocop/cop/rails/ignored_columns_assignment.rb
@@ -3,7 +3,7 @@
3
module RuboCop
4
module Cop
5
module Rails
6
- # This cops looks for assignments of `ignored_columns` that may override previous
+ # Looks for assignments of `ignored_columns` that may override previous
7
# assignments.
8
#
9
# Overwriting previous assignments is usually a mistake, since it will
0 commit comments