# 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