Growstuff/growstuff

View on GitHub

Showing 4,022 of 4,059 total issues

Hash attribute should start with one space after the opening brace
Open

.hide{id: "form--#{model.id}-#{field.to_s}"}

Hash attribute should end with one space before the closing brace
Open

.card{class: seed.quantity.present? ? '' : 'text-muted'}

Hash attribute should start with one space after the opening brace
Open

.card{class: seed.days_until_maturity_max.present? ? '' : 'text-muted'}

Line is too long. [140/120]
Open

.col-md-6= f.number_field :days_until_maturity_min, label_as_placeholder: true, label: 'min', prepend: 'Days until maturity', min: 1
Severity: Info
Found in app/views/seeds/_form.html.haml by haml-lint

Line is too long. [128/120]
Open

= f.select(:gmo, Seed::GMO_VALUES, {label: 'GMO?', wrapper: { class: 'required'}, required: true}, default: 'unknown')
Severity: Info
Found in app/views/seeds/_form.html.haml by haml-lint

Hash attribute should start with one space after the opening brace
Open

%span{"aria-hidden" => "true"} ×

Hash attribute should start with one space after the opening brace
Open

%span.glyphicon{class: "glyphicon-#{icon}", title: t(title) }

Hash attribute should end with one space before the closing brace
Open

%a{name: 'seeds'}

Hash attribute should end with one space before the closing brace
Open

.dropdown-menu.dropdown-menu-xs{"aria-labelledby" => "seed-actions-button"}

Hash attribute should end with one space before the closing brace
Open

.card{class: seed.days_until_maturity_max.present? ? '' : 'text-muted'}

Hash attribute should end with one space before the closing brace
Open

.list-group-item.list-group-item-action.flex-column.align-items-start{:href => "#!"}

Hash attribute should start with one space after the opening brace
Open

%a{name: 'seeds'}

Hash attribute should start with one space after the opening brace
Open

.dropdown-menu.dropdown-menu-xs{"aria-labelledby" => "post-edit-button"}

Line is too long. [169/120]
Open

%a#seed-actions-button.btn.btn-info.dropdown-toggle{"aria-expanded" => "false", "aria-haspopup" => "true", "data-bs-toggle" => "dropdown", type: "button", href: '#'}

Line is too long. [123/120]
Open

= editable :select, seed, :tradable_to, collection: Seed::TRADABLE_TO_VALUES, display_field: '.seedfacts--tradableto'

Hash attribute should start with one space after the opening brace
Open

.btn-group.d-grid.flex-column{"aria-label" => "trade to", role: "group"}

Hash attribute should end with one space before the closing brace
Open

.hide{id: "date--#{model.id}-#{field.to_s}"}

Files should end with a trailing newline
Open

- if seed.finished_at.present?

Hash attribute should start with one space after the opening brace
Open

.card.seedfacts--card{class: seed.plant_before.present? ? '' : 'text-muted'}

Hash attribute should start with one space after the opening brace
Open

%button#post-edit-button.btn.dropdown-toggle{"aria-expanded" => "false", "aria-haspopup" => "true", "data-bs-toggle" => "dropdown", :type => "button"} Actions
Severity
Category
Status
Source
Language