inherit_from: .rubocop_todo.yml # This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license) # Automatically generated by OpenAPI Generator (https://openapi-generator.tech) AllCops: TargetRubyVersion: 3.2 SuggestExtensions: false NewCops: enable Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Layout/LineLength: Exclude: - spec/**/*_spec.rb