Skip to content

Commit 4fbbae6

Browse files
committed
Remove unnecessary RubCop directive
1 parent b321061 commit 4fbbae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

db/migrations/20130806175100_support_30char_identifiers_for_oracle.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright (c) 2009-2012 VMware, Inc.
2-
# rubocop:disable Lint/ShadowingOuterLocalVariable
32

43
def rename_foreign_key_internal(db, alter_table, table, current_name, new_name, &block)
54
processed = false
@@ -149,5 +148,4 @@ def rename_permission_table(name, name_short, permission)
149148
end
150149
end
151150

152-
# rubocop:enable Lint/ShadowingOuterLocalVariable
153151
# rubocop:enable Style/ArrayCoercion

0 commit comments

Comments
 (0)