Commit 7fa80090 authored by Andreas Brandl's avatar Andreas Brandl

Re-enable all disabled rubocops

parent 0607b2f3
......@@ -2553,5 +2553,10 @@ class InitSchema < ActiveRecord::Migration[6.0]
raise ActiveRecord::IrreversibleMigration, "The initial migration is not revertable"
end
end
# rubocop:enable Migration/AddLimitToTextColumns
# rubocop:enable Metrics/AbcSize
# rubocop:enable Migration/AddConcurrentForeignKey
# rubocop:enable Style/WordArray
# rubocop:enable Migration/PreventStrings
# rubocop:enable Migration/AddLimitToTextColumns
# rubocop:enable Migration/Datetime
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment