Sha256: 0694f82a0a6c4ca92190a0f961e0f81c48a05fccc82915c958bfe2ce490f38ff

Contents?: true

Size: 549 Bytes

Versions: 12

Compression:

Stored size: 549 Bytes

Contents

AllCops:
  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/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

12 entries across 12 versions & 1 rubygems

Version Path
uglifier-3.1.12 .rubocop.yml
uglifier-3.1.11 .rubocop.yml
uglifier-3.1.10 .rubocop.yml
uglifier-3.1.9 .rubocop.yml
uglifier-3.1.8 .rubocop.yml
uglifier-3.1.7 .rubocop.yml
uglifier-3.1.6 .rubocop.yml
uglifier-3.1.5 .rubocop.yml
uglifier-3.1.4 .rubocop.yml
uglifier-3.1.3.harmony1 .rubocop.yml
uglifier-3.1.3 .rubocop.yml
uglifier-3.1.2 .rubocop.yml