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.0.07 .rubocop.yml
rley-0.0.06 .rubocop.yml
rley-0.0.05 .rubocop.yml
rley-0.0.04 .rubocop.yml
rley-0.0.03 .rubocop.yml
rley-0.0.02 .rubocop.yml
macros4cuke-0.5.07 .rubocop.yml
sequitur-0.0.05 .rubocop.yml
sequitur-0.0.04 .rubocop.yml