Sha256: d977a388f2e783d911f2ae65723326598d8c2e053b26310139a4c3ded0bbe1b2

Contents?: true

Size: 769 Bytes

Versions: 1

Compression:

Stored size: 769 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-04-23 13:22:26 +0800 using RuboCop version 0.48.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: 5
# Configuration parameters: CountComments, ExcludedMethods.
AllCops:
  Exclude:
    - 'spec/*'
Metrics/BlockLength:
  Max: 40
Style/AsciiComments:
  Enabled: false
Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120
  
Metrics/AbcSize:
  Max: 20

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 40

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flow_org_patron-0.1.1 .rubocop.yml