# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-06-03 22:43:16 +0800 using RuboCop version 0.85.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: 2 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 30 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 138 # Offense count: 1 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 8 # Offense count: 7 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 86 # Offense count: 1 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 8 Metrics/BlockLength: Max: 200 Exclude: - spec/entities/client_spec.rb - spec/client_spec.rb Layout/LineLength: Max: 200 Metrics/ModuleLength: Exclude: - lib/crunchbase/utilities/veriables.rb