codeRIT/hackathon_manager

View on GitHub

Showing 147 of 151 total issues

Avoid comma after the last item of an array.
Open

{ name: "Pending", data: counted_schools["pending"] },

Adjoining classes: .sidebar .nav-link.active .fa
Open

.sidebar .nav-link.active .fa {

Align the elements of a hash literal if they span more than one line.
Open

"late_waitlist" => "Waitlisted, Late",
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Align the elements of a hash literal if they span more than one line.
Open

range: :bootstrap_vertical_range,

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

.form-control-dark {

Duplicate property 'position' found.
Open

@supports ((position: -webkit-sticky) or (position: sticky)) {

Expected (static | relative | absolute | fixed) but found '-webkit-sticky'.
Open

position: -webkit-sticky;

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

.navbar-brand {

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

background-color: rgba(0, 0, 0, 0.25);

Align the elements of a hash literal if they span more than one line.
Open

"hardware" => "Hardware",
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Align the elements of a hash literal if they span more than one line.
Open

boolean: :bootstrap_horizontal_boolean,

Heading (h2) should not be qualified.
Open

.container .wrapper .imageAlignSide h2 {
Severity: Minor
Found in website/static/css/custom.css by csslint

Use of !important
Open

display: block !important;
Severity: Minor
Found in website/static/css/custom.css by csslint

Avoid comma after the last item of an array.
Open

q.portfolio_url,

Add empty line after guard clause.
Open

return unless acc_status_author_id.present?
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Add empty line after guard clause.
Open

return if finish.nil?
Severity: Minor
Found in app/models/event.rb by rubocop

Align the elements of a hash literal if they span more than one line.
Open

check_boxes: :bootstrap_horizontal_collection,

Align the elements of a hash literal if they span more than one line.
Open

date: :bootstrap_horizontal_multi_select,

Align the elements of a hash literal if they span more than one line.
Open

time: :bootstrap_horizontal_multi_select

Avoid comma after the last item of an array.
Open

{ name: "Riding bus", data: schools_riding },
Severity
Category
Status
Source
Language