Showing 310 of 310 total issues
Missing magic comment # frozen_string_literal: true
. Open
module Hello
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if access.user.password_is?(password)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
resources :accesses, only: [:index, :destroy]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing magic comment # frozen_string_literal: true
. Open
Hello::Engine.routes.draw do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Extra empty line detected at block body end. Open
end
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
resources :sessions, only: [:index, :new, :show, :destroy]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
resources :emails, only: [:index, :create, :destroy] do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
resources :passwords, only: [:index, :show, :update] do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
match 'sign_up/disabled' => 'sign_up#disabled', via: [:get, :post]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
resource :profile, only: [:show, :update, :destroy] do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks