Sha256: 2e642e8a65b6acf3330341fb4a9bb36c53b7bef62ae1b1032e72b931f69f0414
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Exclude: - 'bin/colt' - 'vendor/**/*' NewCops: enable Metrics/AbcSize: Max: 20 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.3.0 | .rubocop.yml |