# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-09-24 20:37:04 -0700 using RuboCop version 0.59.2. # 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 Lint/HandleExceptions: Exclude: - 'lib/libhoney/client.rb' - 'lib/libhoney/transmission.rb' # Offense count: 7 Metrics/AbcSize: Max: 35 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 27 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 12 # Offense count: 1 Metrics/PerceivedComplexity: Max: 8