razor-x/palimpsest

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - Gemfile
    - Guardfile
    - Rakefile

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%q': '{}'
    '%Q': '{}'

Style/RegexpLiteral:
  Exclude:
    - Guardfile

Style/SpaceInsideHashLiteralBraces:
  Enabled: false