nhironaka/maitri-app

View on GitHub

Showing 226 of 226 total issues

Use == if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition.
Open

    if login = conditions.delete(:login)
Severity: Minor
Found in app/models/user.rb by rubocop

This cop checks for assignments in the conditions of if/while/until.

Example:

# bad

if some_var = true
  do_something
end

Example:

# good

if some_var == true
  do_something
end

Rule doesn't have all its properties in alphabetical order.
Open

.field_filters, .input_filters{

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;

Rule doesn't have all its properties in alphabetical order.
Open

#patients_renderer{

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

.full {

Rule doesn't have all its properties in alphabetical order.
Open

.section_header{
Severity
Category
Status
Source
Language