sul-dlss/sdr-api

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2023-09-19 21:37:38 UTC using RuboCop version 1.56.3.
# 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: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: slashes, arguments
Rails/FilePath:
  Exclude:
    - 'config/environments/development.rb'
    - 'spec/rails_helper.rb'

# Offense count: 6
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'app/controllers/application_controller.rb'
    - 'app/controllers/authentication_controller.rb'
    - 'app/controllers/resources_controller.rb'
    - 'app/models/application_record.rb'
    - 'app/models/json_web_token.rb'
    - 'config/application.rb'