Sha256: 53599f78bdcfa73f8fcbc41fe6a1c2b1e1f8bc2b9433000da36ac451f640a2f9

Contents?: true

Size: 739 Bytes

Versions: 10

Compression:

Stored size: 739 Bytes

Contents

AllCops:
  DisplayCopNames: true
  Exclude:
    - uglifier.gemspec
    - lib/uglifier/version.rb
    - "vendor/**/*"
    - "gemfiles/vendor/**/*"

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - "spec/**/*_spec.rb"

Metrics/ClassLength:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Style/Encoding:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/PercentLiteralDelimiters:
  Enabled: false

Style/PreferredHashMethods:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/Alias:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/ExpandPathArguments:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
uglifier-4.1.20 .rubocop.yml
uglifier-4.1.19 .rubocop.yml
uglifier-4.1.18 .rubocop.yml
uglifier-4.1.17 .rubocop.yml
uglifier-4.1.16 .rubocop.yml
uglifier-4.1.15 .rubocop.yml
uglifier-4.1.14 .rubocop.yml
uglifier-4.1.13 .rubocop.yml
uglifier-4.1.12 .rubocop.yml
uglifier-4.1.11 .rubocop.yml