Sha256: 8dc82782d4ad63d3b190dac5728c189f2067201253f73804111ee4fb64286928

Contents?: true

Size: 619 Bytes

Versions: 14

Compression:

Stored size: 619 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
Style/HashSyntax:
  Enabled: true

# Method definitions after `private` or `protected` isolated calls need one
# extra level of indentation.
Layout/IndentationConsistency:
  Enabled: true
  EnforcedStyle: indented_internal_methods

# Two spaces, no tabs (for indentation).
Layout/IndentationWidth:
  Enabled: true

# Check quotes usage according to lint rule below.
Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
  IgnoredPatterns: ['\A#']

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
strum-pipeline-0.3.0 .rubocop.yml
strum-pipeline-0.2.2 .rubocop.yml
strum-pipeline-0.2.1 .rubocop.yml
strum-pipeline-0.2.0 .rubocop.yml
strum-pipeline-0.1.4 .rubocop.yml
strum-pipeline-0.1.3 .rubocop.yml
strum-pipeline-0.1.2 .rubocop.yml
strum-cache-0.0.5 .rubocop.yml
strum-pipeline-0.1.1 .rubocop.yml
strum-pipeline-0.1.0 .rubocop.yml
strum-cache-0.0.4 .rubocop.yml
strum-cache-0.0.3 .rubocop.yml
strum-cache-0.0.2 .rubocop.yml
strum-cache-0.0.1 .rubocop.yml