Sprankelprachtig aan/afmeldsysteem

.rubocop_todo.yml 769B

12345678910111213141516171819202122
  1. # This configuration was generated by
  2. # `rubocop --auto-gen-config`
  3. # on 2018-12-24 21:00:37 +0100 using RuboCop version 0.60.0.
  4. # The point is for the user to remove these configuration records
  5. # one by one as the offenses are removed from the code base.
  6. # Note that changes in the inspected code, or installation of new
  7. # versions of RuboCop, may require this file to be generated again.
  8. # Offense count: 1
  9. # Configuration parameters: Include.
  10. # Include: db/migrate/*.rb
  11. Rails/CreateTableWithTimestamps:
  12. Exclude:
  13. - 'db/migrate/20170210180426_remove_tokens_from_users.rb'
  14. # Offense count: 1
  15. # Configuration parameters: Include.
  16. # Include: db/migrate/*.rb
  17. Rails/ReversibleMigration:
  18. Exclude:
  19. - 'db/migrate/20161214112504_remove_group_type_from_groups.rb'