Sha256: 804374d03d5df44492186981d582aa861cec1125144293718842d2d867708fcb
Contents?: true
Size: 913 Bytes
Versions: 7
Compression:
Stored size: 913 Bytes
Contents
# 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
Version data entries
7 entries across 7 versions & 1 rubygems