Sprankelprachtig aan/afmeldsysteem

.rubocop_todo.yml 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: 2
  9. # Cop supports --auto-correct.
  10. Rails/ActiveRecordAliases:
  11. Exclude:
  12. - 'app/controllers/activities_controller.rb'
  13. - 'app/controllers/api/activities_controller.rb'
  14. # Offense count: 1
  15. # Configuration parameters: Include.
  16. # Include: db/migrate/*.rb
  17. Rails/CreateTableWithTimestamps:
  18. Exclude:
  19. - 'db/migrate/20170210180426_remove_tokens_from_users.rb'
  20. # Offense count: 1
  21. # Configuration parameters: EnforcedStyle.
  22. # SupportedStyles: slashes, arguments
  23. Rails/FilePath:
  24. Exclude:
  25. - 'config/environments/development.rb'
  26. # Offense count: 1
  27. # Configuration parameters: Include.
  28. # Include: app/models/**/*.rb
  29. Rails/HasManyOrHasOneDependent:
  30. Exclude:
  31. - 'app/models/person.rb'
  32. # Offense count: 1
  33. # Cop supports --auto-correct.
  34. # Configuration parameters: EnforcedStyle.
  35. # SupportedStyles: numeric, symbolic
  36. Rails/HttpStatus:
  37. Exclude:
  38. - 'app/controllers/application_controller.rb'
  39. # Offense count: 6
  40. # Cop supports --auto-correct.
  41. Rails/PluralizationGrammar:
  42. Exclude:
  43. - 'app/helpers/authentication_helper.rb'
  44. - 'app/models/person.rb'
  45. - 'app/models/token.rb'
  46. - 'db/seeds.rb'
  47. # Offense count: 1
  48. # Configuration parameters: Include.
  49. # Include: db/migrate/*.rb
  50. Rails/ReversibleMigration:
  51. Exclude:
  52. - 'db/migrate/20161214112504_remove_group_type_from_groups.rb'
  53. # Offense count: 4
  54. # Configuration parameters: Blacklist, Whitelist.
  55. # Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters
  56. Rails/SkipsModelValidations:
  57. Exclude:
  58. - 'app/controllers/members_controller.rb'
  59. - 'app/models/activity.rb'
  60. - 'app/models/user.rb'
  61. # Offense count: 9
  62. # Configuration parameters: EnforcedStyle.
  63. # SupportedStyles: strict, flexible
  64. Rails/TimeZone:
  65. Exclude:
  66. - 'app/controllers/activities_controller.rb'
  67. - 'app/controllers/api/groups_controller.rb'
  68. - 'app/controllers/dashboard_controller.rb'
  69. - 'app/models/group.rb'
  70. - 'db/seeds.rb'