tansaku/LocalSupport

View on GitHub

Showing 943 of 943 total issues

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled]
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,

Property with star prefix found.
Open

  *background-color: #ee5f5b;

Pass &:capitalize as an argument to map instead of a block.
Open

    phrase.humanize.split(' ').map{|w| w.capitalize}.join(' ')

Use symbols as procs when possible.

Example:

# bad
something.map { |s| s.upcase }

# good
something.map(&:upcase)

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

  validates_url :website, preferred_scheme: 'http://', message: 'Website is not a valid URL',
Severity: Minor
Found in app/models/base_organisation.rb by rubocop

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled]
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,

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

.bootstrap-switch .bootstrap-switch-label {

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff' endColorstr='#ffe6e6e6' GradientType=0)'.</filter-function-list>
Open

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,

Duplicate property 'filter' found.
Open

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active
Open

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,

Adjoining classes: .bootstrap-switch .bootstrap-switch-label.active
Open

.bootstrap-switch .bootstrap-switch-label.active,
Severity
Category
Status
Source
Language