Sha256: 4efb37d1db63255e70fbab9d12eea085b2f12f8022fed85c6356071bf22e14a9

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

AllCops:
  Exclude:
    - templates/**/*

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/LineLength:
  Enabled: false

Layout/AlignParameters:
  EnforcedStyle: with_first_parameter

Layout/IndentHeredoc:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Naming/AccessorMethodName:
  Exclude:
    - 'lib/tractor_beam/generators/app_generator.rb'

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: true
  PreferredDelimiters:
    "%": "()"
    "%i": "()"
    "%q": "()"
    "%Q": "()"
    "%r": "{}"
    "%s": "()"
    "%w": "()"
    "%W": "()"
    "%x": "()"

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tractor_beam-0.1.4 .rubocop.yml
tractor_beam-0.1.2 .rubocop.yml