Sha256: c5eb38d99defd93a02b5ee2c79048dfb4b973d157b823fe52f38652f5d5139f3

Contents?: true

Size: 738 Bytes

Versions: 2

Compression:

Stored size: 738 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

AllCops:
  TargetRubyVersion: 2.6
  DisabledByDefault: true
  DisplayCopNames: true
  Exclude:
    - "db/**/*"
    - "script/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
    - "node_modules/**/*"
    - "bin/*"

Layout/IndentationConsistency:
  EnforcedStyle: indented_internal_methods

Metrics/BlockLength:
  Exclude:
    - "config/environments/**/*"
    - "lib/tasks/**/*"
    - "spec/**/*"

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

RSpec/DescribeClass:
  Exclude:
    - "spec/views/**/*"
    - "spec/system/**/*"

RSpec/ExampleLength:
  Enabled: false
  Exclude:
  - "spec/features/accessibility_spec.rb"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pul_rails_template-0.2.1 lib/generators/pul_rails_template/templates/.rubocop.yml
pul_rails_template-0.2.0 lib/generators/pul_rails_template/templates/.rubocop.yml