Sha256: 47599f1daced467fc213f34db053443abc5a188a14e276531980b7d0192d456b

Contents?: true

Size: 1.21 KB

Versions: 6

Compression:

Stored size: 1.21 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-09-10 20:37:20 UTC using RuboCop version 1.12.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.

# Offense count: 2
# Configuration parameters: AllowComments, AllowNil.
Lint/SuppressedException:
  Exclude:
    - 'lib/libhoney/transmission.rb'

# Offense count: 12
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 38

# Offense count: 6
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 12

# Offense count: 1
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
  Max: 10

# Offense count: 4
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 11

# Offense count: 31
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
# Disabled after setting target version to 2.3
# Consider later.
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libhoney-2.4.0 .rubocop_todo.yml
libhoney-2.3.0 .rubocop_todo.yml
libhoney-2.2.0.pre.dev .rubocop_todo.yml
libhoney-2.2.0 .rubocop_todo.yml
libhoney-2.1.0 .rubocop_todo.yml
libhoney-2.0.0 .rubocop_todo.yml