jbox-web/gitolite

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable
  TargetRubyVersion: 2.4
  Exclude:
    - bin/*
    - spec/**/*

Documentation:
  Enabled: false

Layout/EmptyLinesAroundModuleBody:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  Enabled: false

Layout/EmptyLineBetweenDefs:
  Enabled: false

Layout/EmptyLines:
  Enabled: false

Metrics/LineLength:
  Max: 110

# Metrics/MethodLength:
#   Max: 15

# Naming/PredicateName:
#   Enabled: false