# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2022-01-14 00:32:36 UTC using RuboCop version 1.24.1. # 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: 1 # Configuration parameters: AllowedMethods. # AllowedMethods: present?, blank?, presence, try, try!, in? Lint/SafeNavigationChain: Exclude: - 'lib/cocina/generator/schema_base.rb' # Offense count: 1 # Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Exclude: - 'lib/cocina/generator/schema_base.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/cocina/generator/schema_base.rb'