Sha256: e59d15ccc3ee4ba0beeafbcc7999cc0b9862e3f92ed8474b2ff960eaf96d2f6a

Contents?: true

Size: 506 Bytes

Versions: 6

Compression:

Stored size: 506 Bytes

Contents

AllCops:
  Exclude:
    - 'administrate_tailwind_theme.gemspec'
    - 'test/dummy/**/*.rb'
    - 'vendor/**/*'
  NewCops: enable
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/Documentation:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 30

Metrics/MethodLength:
  Max: 30

Metrics/BlockLength:
  Max: 100

Metrics/ParameterLists:
  Max: 6

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
administrate_tailwind_theme-0.0.6 .rubocop.yml
administrate_tailwind_theme-0.0.5 .rubocop.yml
administrate_tailwind_theme-0.0.4 .rubocop.yml
administrate_tailwind_theme-0.0.3 .rubocop.yml
administrate_tailwind_theme-0.0.2 .rubocop.yml
administrate_tailwind_theme-0.0.1 .rubocop.yml