Sha256: d358176c75da538ab3d0fe337d3dcc69c5ca6c7aeaae73d2783305a8db0462d7

Contents?: true

Size: 698 Bytes

Versions: 1

Compression:

Stored size: 698 Bytes

Contents

# Avoid long parameter lists
ParameterLists:
  Max: 3
  CountKeywordArgs: true

MethodLength:
  CountComments: false
  Max: 15

ClassLength:
  CountComments: false
  Max: 100

CyclomaticComplexity:
  Max: 6

EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

BlockNesting:
  Max: 3

HashSyntax:
  EnforcedStyle: hash_rockets

Encoding:
  Enabled: false

StringLiterals:
  EnforcedStyle: double_quotes

BracesAroundHashParameters:
  Enabled: false

Documentation:
  Enabled: false

# Not all trivial readers/writers can be defined with attr_* methods
TrivialAccessors:
  Enabled: false

# New lambda syntax is UGLY, don't enforce it
Lambda:
  Enabled: false

AllCops:
  Includes:
    - Gemfile

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-assets-0.7.7 .rubocop.yml