Sha256: bfd16f1d915952499438907748888a2e44d05c5dc9ac8c271cd9d4076c94d520

Contents?: true

Size: 694 Bytes

Versions: 14

Compression:

Stored size: 694 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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
uglifier-4.1.10 .rubocop.yml
uglifier-4.1.9 .rubocop.yml
uglifier-4.1.8 .rubocop.yml
uglifier-4.1.7 .rubocop.yml
uglifier-4.1.6 .rubocop.yml
uglifier-4.1.5 .rubocop.yml
uglifier-4.1.4 .rubocop.yml
uglifier-4.1.3 .rubocop.yml
uglifier-4.1.2 .rubocop.yml
uglifier-4.1.1 .rubocop.yml
uglifier-4.1.0 .rubocop.yml
uglifier-4.0.2 .rubocop.yml
uglifier-4.0.1 .rubocop.yml
uglifier-4.0.0 .rubocop.yml