Sha256: 45889682b1653713d0b8dec6becdc639c90430d1d79dd7ef73b8b14bac71301e

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

# This is the configuration used to check the rubocop source code.

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'spec/fixtures/**/*'
    - 'tmp/**/*'
  TargetRubyVersion: 1.9
Documentation:
  Enabled: false
Style/Encoding:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: when_needed

Metrics/MethodLength:
  CountComments: false  # count full line comments?
  Max: 15

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_middleware_log-0.1.0 .rubocop.yml