Sha256: 94b6a1848c846cdc7449155195d2f807b228f3afb5b93ba43527e137b9843c5a

Contents?: true

Size: 1.92 KB

Versions: 7

Compression:

Stored size: 1.92 KB

Contents

inherit_from:
  - config/rubocop_enabled.yml

AllCops:
  Include:
    - '**/*.gemspec'
    - '**/*.podspec'
    - '**/*.jbuilder'
    - '**/*.rake'
    - '**/*.opal'
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/Capfile'
    - '**/Guardfile'
    - '**/Podfile'
    - '**/Thorfile'
    - '**/Vagrantfile'
    - '**/Berksfile'
    - '**/Cheffile'
    - '**/Vagabondfile'
  Exclude:
    - 'benchmarks/**/*'
    - 'examples/**/*'
    - 'test/**/*'
    - 'vendor/**/*'
  RunRailsCops: false
  DisplayCopNames: true
  DisplayStyleGuide: true
  StyleGuideCopsOnly: false

Style/EmptyLinesAroundBlockBody:
  EnforcedStyle: no_empty_lines

Style/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Style/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines

# Style/GlobalVars:
#   AllowedVariables: [$LIB_DIR]

# Style/GuardClause:
#   MinBodyLength: 1

# Style/IfUnlessModifier:
#   MaxLineLength: 80

# Style/IndentationWidth:
#   Width: 2

# Style/IndentHash:
#   EnforcedStyle: special_inside_parentheses
#   SupportedStyles:
#     - special_inside_parentheses
#     - consistent

Style/MultilineOperationIndentation:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

# Style/Next:
#   EnforcedStyle: skip_modifier_ifs
#   MinBodyLength: 3
#   SupportedStyles:
#     - skip_modifier_ifs
#     - always

Style/RescueModifier:
  Enabled: false

Style/SpaceAroundOperators:
  Enabled: false

# Style/SpaceAroundEqualsInParameterDefault:
#   EnforcedStyle: space

# Style/SpaceBeforeBlockBraces:
#   EnforcedStyle: space

# Style/SpaceInsideBlockBraces:
#   EnforcedStyle: space

# Style/SpaceInsideHashLiteralBraces:
#   EnforcedStyle: space

Style/TrailingBlankLines:
  EnforcedStyle: final_newline

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Metrics/AbcSize:
  Max: 25

# Metrics/BlockNesting:
#   Max: 3

Metrics/CyclomaticComplexity:
  Max: 12

Metrics/MethodLength:
  CountComments: false
  Max: 30

Metrics/PerceivedComplexity:
  Max: 10

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vedeu-0.7.3 .rubocop.yml
vedeu-0.7.2 .rubocop.yml
vedeu-0.7.1 .rubocop.yml
vedeu-0.7.0 .rubocop.yml
vedeu-0.6.71 .rubocop.yml
vedeu-0.6.70 .rubocop.yml
vedeu-0.6.69 .rubocop.yml