Sha256: 88741c89c187d6f2d0eb5dadc61af6c0ed8936e2c214efb5da032bc2332664bf

Contents?: true

Size: 671 Bytes

Versions: 5

Compression:

Stored size: 671 Bytes

Contents

# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-08-05 12:05:37 -0400 using RuboCop version 0.24.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.

# Not yet...
Style/Documentation:
  # See https://github.com/bbatsov/rubocop/issues/947
  # Use inch instead
  Enabled: false
Style/Encoding:
  EnforcedStyle: when_needed

Metrics/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 15

AllCops:
  Exclude:
    - 'swagger_spec/**/*'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
swagger-parser-0.2.6 .rubocop.yml
swagger-parser-0.2.5 .rubocop.yml
swagger-core-0.2.3 .rubocop.yml
swagger-core-0.2.2 .rubocop.yml
swagger-core-0.2.1 .rubocop.yml