xhost-cookbooks/roundcube

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# Rubocop,  we're buddies and all,  but we're going to have to disagree on the following -

LineLength:
  Max: 300

WordArray:
  MinSize: 5

SingleSpaceBeforeFirstArg:
  Enabled: false

RegexpLiteral:
  MaxSlashes: 0