benfalk/password_required

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - bin/*
    - features/support/env.rb
    - lib/tasks/cucumber.rake
    - spec/spec_helper.rb
    - spec/rails_helper.rb
    - Guardfile
    - vendor/**/*
    - spec/dummy/db/schema.rb

LineLength:
  Max: 110

Documentation:
  Enabled: false