Sha256: 5fb95ee30f2e7aff9ba82cb0fb367ce30b2bdaf64fcee3f04cb16f197eecd94e
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
# This is the configuration used to check the rubocop source code. # Check out: https://github.com/bbatsov/rubocop AllCops: TargetRubyVersion: 2.3 Include: - '**/config.ru' Exclude: - 'vendor/**/*' - 'db/**/*' - 'db/schema.rb' Metrics/LineLength: Max: 120 Style/Documentation: Enabled: false Metrics/BlockLength: ExcludedMethods: ['describe', 'context']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
payment-manager-client-0.3.0 | .rubocop.yml |