# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-01-02 10:44:56 +0100 using RuboCop version 0.78.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: 4 Metrics/AbcSize: Max: 31 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 28 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 161 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 10 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 13 # Offense count: 1 Metrics/PerceivedComplexity: Max: 11 # Offense count: 2 # Configuration parameters: EnforcedStyle. # SupportedStyles: strict, flexible Rails/Date: Exclude: - 'lib/time_of_day.rb' # Offense count: 2 # Cop supports --auto-correct. Security/YAMLLoad: Exclude: - 'test/test_helper.rb' - 'test/time_of_day_test.rb' # Offense count: 1 # Configuration parameters: . # SupportedStyles: inline, group Style/AccessModifierDeclarations: EnforcedStyle: inline # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/time_of_day/core_ext.rb'