Sha256: 3d6f879320f81011c8caaf2de0dc87de5cb15d236b820973611bdd8d0d341962
Contents?: true
Size: 635 Bytes
Versions: 3
Compression:
Stored size: 635 Bytes
Contents
require: rubocop-rails AllCops: TargetRubyVersion: 2.6 Exclude: - bin/* - Guardfile Style/Documentation: Enabled: false Metrics/LineLength: Max: 120 Metrics/BlockLength: ExcludedMethods: [ 'describe', 'xdescribe', 'context', 'xcontext', 'it', 'xit', 'let', 'before', 'after', 'aggregate_failures' ] Metrics/MethodLength: Max: 15 Metrics/ClassLength: Max: 150 Layout/HashAlignment: EnforcedColonStyle: table EnforcedHashRocketStyle: table Lint/AmbiguousBlockAssociation: Exclude: - 'spec/*' - 'spec/**/*' - 'spec/***/**/*' - 'spec/****/***/**/*' - 'spec/*****/****/***/*'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
axr-0.6.1 | .rubocop.yml |
axr-0.6.0 | .rubocop.yml |
axr-0.5.0 | .rubocop.yml |