Sha256: 6d60161f29dbb08966b287ee1015b0c9399e9ae52512597094917ecb2342b6d5

Contents?: true

Size: 1.74 KB

Versions: 4

Compression:

Stored size: 1.74 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-12-08 22:41:05 +0100 using RuboCop version 0.35.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
Lint/UselessAssignment:
  Exclude:
    - 'lib/action_texter/helper.rb'
    - 'lib/action_texter/request.rb'

# Offense count: 4
Metrics/AbcSize:
  Max: 25

# Offense count: 2
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 21
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 215

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 8

# Offense count: 2
Style/ClassVars:
  Exclude:
    - 'lib/action_texter/messenger.rb'

# Offense count: 12
# Configuration parameters: Exclude.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/action-texter.rb'
    - 'lib/action_texter/configuration.rb'
    - 'lib/action_texter/gem_version.rb'
    - 'lib/action_texter/helper.rb'
    - 'lib/action_texter/message.rb'
    - 'lib/action_texter/message_delivery.rb'
    - 'lib/action_texter/messenger.rb'
    - 'lib/action_texter/request.rb'
    - 'lib/action_texter/response.rb'
    - 'lib/action_texter/validator/request.rb'
    - 'lib/action_texter/version.rb'

# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
  Exclude:
    - 'lib/action-texter.rb'

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/action_texter/request.rb'

# Offense count: 10
# Configuration parameters: SupportedStyles.
Style/RaiseArgs:
  EnforcedStyle: compact

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
action-texter-0.2.1.pre .rubocop_todo.yml
action-texter-0.2.0.pre .rubocop_todo.yml
action-texter-0.1.2.ALPHA .rubocop_todo.yml
action-texter-0.0.1 .rubocop_todo.yml