Sha256: 2dca4b6da7fafe892045154f4027ef0ceb7c0beafcc5a94d6b2bf344fa671830

Contents?: true

Size: 511 Bytes

Versions: 128

Compression:

Stored size: 511 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0.0
  NewCops: enable
  Exclude:
    - '**/._*'
    - 'vendor/bundle/**/*'

Layout/LineLength:
  AllowedPatterns:
    - !ruby/regexp /\A *# /

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes

Style/QuotedSymbols:
  EnforcedStyle: single_quotes

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  CountAsOne: ['array', 'method_call']

Metrics/ClassLength:
  CountAsOne: ['array', 'method_call']

Version data entries

128 entries across 128 versions & 8 rubygems

Version Path
phlex-icons-0.7.0 .rubocop.yml
phlex-icons-0.6.0 .rubocop.yml
phlex-icons-lucide-0.6.0 .rubocop.yml
phlex-icons-0.5.0 .rubocop.yml
phlex-icons-0.4.0 .rubocop.yml
phlex-icons-0.3.0 .rubocop.yml
phlex-icons-0.2.0 .rubocop.yml
phlex-icons-0.1.0 .rubocop.yml