gitlab-org--gitlab-foss/rubocop/rubocop.rb
Adam Pahlevi 78a3bba62e cop for gem fetched from a git source
code fix for aesthetic & conventions

remove unused proc
2017-01-31 09:24:15 +07:00

4 lines
168 B
Ruby

require_relative 'migration_helpers'
require_relative 'cop/migration/add_index'
require_relative 'cop/migration/column_with_default'
require_relative 'cop/gem_fetcher'