-
- Downloads
Merge branch 'dm-add-column-with-default-cop' into 'master'
Add cop that checks if add_column_with_default is used with up/down methods See merge request !9077
No related branches found
No related tags found
Showing
- db/migrate/20160519203051_add_developers_can_merge_to_protected_branches.rb 7 additions, 1 deletion...9203051_add_developers_can_merge_to_protected_branches.rb
- db/migrate/20160801163709_add_submitted_as_ham_to_spam_logs.rb 5 additions, 1 deletion...grate/20160801163709_add_submitted_as_ham_to_spam_logs.rb
- rubocop/cop/migration/add_column.rb 5 additions, 3 deletionsrubocop/cop/migration/add_column.rb
- rubocop/cop/migration/add_column_with_default.rb 34 additions, 0 deletionsrubocop/cop/migration/add_column_with_default.rb
- rubocop/cop/migration/add_index.rb 3 additions, 1 deletionrubocop/cop/migration/add_index.rb
- rubocop/rubocop.rb 2 additions, 2 deletionsrubocop/rubocop.rb
- spec/rubocop/cop/migration/add_column_with_default_spec.rb 41 additions, 0 deletionsspec/rubocop/cop/migration/add_column_with_default_spec.rb
Loading
Please register or sign in to comment