Sprankelprachtig aan/afmeldsysteem

.rubocop_todo.yml 2.6KB

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