Sha256: 0e0776c58b7a4e448c523c39cc4f30941de989d0b9a4cf6b28a1f283a323bee0

Contents?: true

Size: 1.1 KB

Versions: 29

Compression:

Stored size: 1.1 KB

Contents

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

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

CaseIndentation:
  IndentWhenRelativeTo: end
  IndentOneStep: true

# Rubocop enforces the use of is_a? instead of kind_of?
# Which is contrary to modelling practice.
ClassCheck:
  Enabled: false
  
ClassLength:
  Max: 250
  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 
 
NonNilCheck:
  Enabled: false

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

SpaceInsideBrackets:
  Enabled: false

TrailingWhitespace:
  Enabled: false
  

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
rley-0.1.08 .rubocop.yml
rley-0.1.07 .rubocop.yml
rley-0.1.06 .rubocop.yml
rley-0.1.05 .rubocop.yml
rley-0.1.04 .rubocop.yml
rley-0.1.03 .rubocop.yml
rley-0.1.02 .rubocop.yml
rley-0.1.01 .rubocop.yml
rley-0.1.00 .rubocop.yml
rley-0.0.18 .rubocop.yml
rley-0.0.17 .rubocop.yml
rley-0.0.16 .rubocop.yml
rley-0.0.15 .rubocop.yml
rley-0.0.14 .rubocop.yml
rley-0.0.13 .rubocop.yml
rley-0.0.12 .rubocop.yml
rley-0.0.11 .rubocop.yml
rley-0.0.10 .rubocop.yml
rley-0.0.09 .rubocop.yml
rley-0.0.08 .rubocop.yml