Sha256: e40e6f49256a65f869dc4340cb7210a7ca18cd427a9b73cbcf77f59b4f6681b0

Contents?: true

Size: 771 Bytes

Versions: 6

Compression:

Stored size: 771 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - Guardfile
    - spec/spec_helper.rb
    - tmp/**

Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Encoding:
  Enabled: false

AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable

ClassAndModuleChildren:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'Guardfile'

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    "%i": ()
    "%w": ()

Style/FormatString:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
natra-0.0.8 lib/natra/generators/app/templates/rubocop.yml
natra-0.0.7 lib/natra/generators/app/templates/rubocop.yml
natra-0.0.6 lib/natra/generators/app/templates/rubocop.yml
natra-0.0.5 lib/natra/generators/app/templates/rubocop.yml
natra-0.0.4 lib/natra/generators/app/templates/rubocop.yml
natra-0.0.3 lib/natra/generators/app/templates/rubocop.yml