Sha256: 78654e825abe1d66e2fb01696b82edaf9dbc95498d6d1494e1a9a87c82d4a624
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Exclude: - 'bin/colt' - 'vendor/**/*' NewCops: enable Metrics/AbcSize: Max: 20 Metrics/ClassLength: Exclude: - 'lib/choria/colt/cli.rb' Metrics/MethodLength: Max: 20 Layout/LineLength: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/NumericLiterals: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Layout/HashAlignment: EnforcedHashRocketStyle: table Metrics/BlockLength: Exclude: - '*.gemspec' - 'spec/**/*_spec.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
choria-colt-0.4.0 | .rubocop.yml |