app/controllers/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [126/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        username == Rails.application.secrets.http_basic_username && password == Rails.application.secrets.http_basic_password

Line is too long. [109/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      @spending_proposal_votes = current_user ? current_user.spending_proposal_votes(spending_proposals) : {}

Line is too long. [102/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        redirect_to new_residence_path, alert: t('verification.residence.alert.unconfirmed_residency')

There are no issues that match your filters.

Category
Status