Sha256: 3773a5b177583aa1b52fcd2a72c95c6920b7d5890cbdc715462d0e12b8227102

Contents?: true

Size: 825 Bytes

Versions: 2

Compression:

Stored size: 825 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  Exclude:
    - bin/*
    - "**/vendor/**/*"
    - db/schema.rb
    - db/migrate/*
    - "node_modules/**/*"
    - "spec/decidim_dummy_app/**/*"

Metrics/BlockLength:
  Enabled: true
  Max: 30
  Exclude:
    - lib/tasks/*.rake

Metrics/MethodLength:
  CountComments: false
  Max: 15
  Enabled: false

Naming/PredicateName:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Layout/SpaceAroundOperators:
  Enabled: false
  # When true, allows most uses of extra spacing if the intent is to align
  # with an operator on the previous or next line, not counting empty lines
  # or comment lines.
  AllowForAlignment: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-cdtb-0.1.3 .rubocop.yml
decidim-cdtb-0.1.2 .rubocop.yml