dice-cyfronet/plgapp

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  RunRailsCops: true
  Exclude:
    - db/schema.rb

StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true