Sha256: 932664532c3e2bc074aff355086d6622514c228eb56b99710386d4d2286c0b62

Contents?: true

Size: 1.2 KB

Versions: 9

Compression:

Stored size: 1.2 KB

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

StringLiterals:
  EnforcedStyle: double_quotes

AlignParameters:
  EnforcedStyle: with_fixed_indentation

IndentHash:
  EnforcedStyle: consistent

PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  ()
    '%i': ()
    '%q': ()
    '%Q': ()
    '%r': '{}'
    '%s': ()
    '%w': '[]'
    '%W': '[]'
    '%x': ()

Encoding:
  Enabled: false

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

# Ridiculous (and IMHO useless) restriction, that makes impossible aligning
# code like this:
#
#   redis.hset    :k1, now
#   redis.hincrby :k2, 123
SingleSpaceBeforeFirstArg:
  Enabled: false

AllCops:
  Include:
    - Gemfile

# TODO: Rename all files and modules :D
FileName:
  Enabled: false

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
jekyll-assets-0.10.0 .rubocop.yml
jekyll-assets-0.9.2 .rubocop.yml
jekyll-assets-0.9.1 .rubocop.yml
jekyll-assets-0.9.0 .rubocop.yml
jekyll-assets-0.8.1 .rubocop.yml
jekyll-assets-0.8.0 .rubocop.yml
tgfa-jekyll-assets-0.7.9.2 .rubocop.yml
tgfa-jekyll-assets-0.7.9.1 .rubocop.yml
jekyll-assets-0.7.9 .rubocop.yml