.rubocop_todo.yml
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 30 --no-auto-gen-timestamp`
# using RuboCop version 1.68.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: 3
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
# SupportedStyles: Gemfile, gems.rb, gemspec
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
Gemspec/DevelopmentDependencies:
Exclude:
- 'challenger.gemspec'
# Offense count: 5
# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns.
RSpec/IndexedLet:
Exclude:
- 'spec/lib/rubocop_challenger/rubocop/todo_reader_spec.rb'
- 'spec/lib/rubocop_challenger/rubocop/yardoc_spec.rb'