Skip to content

Commit

Permalink
[ci] Remove Rails/NotNullColumn from rubocop.yml
Browse files Browse the repository at this point in the history
We don't need to exclude those files because they were removed.
  • Loading branch information
David Kang committed Dec 12, 2017
1 parent 3e14985 commit da381f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ Rails/Exit:
Exclude:
- 'src/api/lib/memory_dumper.rb'

# Requires each table column to have a default value
Rails/NotNullColumn:
Exclude:
- 'src/api/db/migrate/20121121142111_watchlist_use_ids.rb'
- 'src/api/db/migrate/20131020151037_make_comment_users_ids.rb'
- 'src/api/db/migrate/20131027122410_add_primary_to_repository_architectures.rb'
- 'src/api/db/migrate/20131209103450_add_primary_to_groups_users.rb'

# Checks for the use of output calls like puts and print
Rails/Output:
Exclude:
Expand Down

0 comments on commit da381f1

Please sign in to comment.