dice-cyfronet/atmosphere

View on GitHub
.ruby-style.yml

Summary

Maintainability
Test Coverage
AllCops:
  RunRailsCops: true
  Exclude:
    - spec/dummy/db/schema.rb
    - Gemfile
    - Rakefile
    - 'public/clew/*'

StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true