.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2020-08-07 07:31:29 UTC using RuboCop version 0.88.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 29
Performance/ChainArrayAllocation:
  Enabled: false

# Offense count: 3
# Cop supports --auto-correct.
Rails/WhereExists:
  Exclude:
    - 'app/lib/patron/roleable.rb'
    - 'app/validators/unit_accreditation_standard_validator.rb'
    - 'app/validators/unit_tuition_validator.rb'