# This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 9999 --no-offense-counts --no-auto-gen-timestamp` # using RuboCop version 0.68.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. # Cop supports --auto-correct. # Configuration parameters: . # SupportedStyles: space, no_space Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space # Cop supports --auto-correct. Lint/ScriptPermission: Exclude: # - 'bin/md2site' Metrics/AbcSize: Max: 160 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 27 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 461 Metrics/CyclomaticComplexity: Max: 27 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 169 Metrics/PerceivedComplexity: Max: 28 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: empty, nil, both Style/EmptyElse: Exclude: # - 'lib/md2site/info.rb'