Sha256: 44f91314f822e19fe2a14fc58df4bdaf8362f0bbe81e13dd11025dad7a234498

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

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

Metrics/ClassLength:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/PreferredHashMethods:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/Alias:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
uglifier-3.1.1 .rubocop.yml
uglifier-3.1.0 .rubocop.yml
uglifier-3.0.4.harmony1 .rubocop.yml
uglifier-3.0.4 .rubocop.yml
uglifier-3.0.3 .rubocop.yml