Sha256: 5c693e7f383934a63d2eed780c5d05f76c247fdbd91af858c714188ba52ec600

Contents?: true

Size: 953 Bytes

Versions: 2

Compression:

Stored size: 953 Bytes

Contents

AllCops:
  Excludes:
    - '*/examples/**'
    - '*/features/**'
    - '*/gems/**'

# This is disabled because some demos use UTF-8
AsciiComments:
  Enabled: false

CaseIndentation:
  IndentWhenRelativeTo: end
  IndentOneStep: true

ClassLength:
  Max: 200
  CountComments: false  

ConstantName:  
  Enabled: false
  
CyclomaticComplexity:
  Enabled: false
  
DefWithParentheses:  
  Enabled: false
  
Documentation:
  Enabled: false
  
EmptyLines:
  Enabled: false
  
EmptyLinesAroundBody:
  Enabled: false  

Encoding:
  Enabled: false

FileName:
  Enabled: false
  
IndentationWidth :
  Enabled: false
  
  
# Avoid methods longer than 50 lines of code
MethodLength:
  Max: 50
  CountComments: false

NumericLiterals:
  Enabled: false
  
RaiseArgs:
  Enabled: false
  
RedundantReturn:
  Enabled: false

SpaceInsideBrackets:
  Enabled: false

TrailingWhitespace:
  Enabled: false
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
macros4cuke-0.5.03 .rubocop.yml
macros4cuke-0.4.09 .rubocop.yml