ryz310/redis-objects-periodical

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-03-07 00:36:04 UTC using RuboCop version 1.62.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: 13
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/redis-objects-periodical.rb'
    - 'lib/redis/base_counter_object.rb'
    - 'lib/redis/base_hash_key_object.rb'
    - 'lib/redis/base_set_object.rb'
    - 'lib/redis/base_value_object.rb'
    - 'lib/redis/recurring_at_intervals.rb'
    - 'lib/redis/recurring_at_intervals/annual.rb'
    - 'lib/redis/recurring_at_intervals/daily.rb'
    - 'lib/redis/recurring_at_intervals/hourly.rb'
    - 'lib/redis/recurring_at_intervals/minutely.rb'
    - 'lib/redis/recurring_at_intervals/monthly.rb'
    - 'lib/redis/recurring_at_intervals/weekly.rb'