Sha256: 4d7f5b49c7f94e632dc1bc1f0846c12642e45c52bd4a9c02b621487f5017450d

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

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

Metrics/AbcSize:
  Max: 20

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

1 entries across 1 versions & 1 rubygems

Version Path
uglifier-4.2.0 .rubocop.yml