codeRIT/hackathon_manager

View on GitHub

Showing 147 of 151 total issues

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

.sidebar {

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

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

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

.sidebar .nav-link.active {

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

.imageAlignSide .blockContent {
Severity: Minor
Found in website/static/css/custom.css by csslint

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

"design" => "Design",
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

"rsvp_denied" => "RSVP Denied"
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

date: :bootstrap_vertical_multi_select,

Add empty line after guard clause.
Open

return if @user.blank? || @user.questionnaire.blank? || @user.questionnaire.acc_status != "accepted" || Time.now.in_time_zone.to_date > Date.parse(HackathonConfig["event_start_date"]).in_time_zone.to_date
Severity: Minor
Found in app/mailers/user_mailer.rb by rubocop

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

.navbar .form-control {

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

border-color: rgba(255, 255, 255, 0.1);

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

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

Add empty line after guard clause.
Open

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

Add empty line after guard clause.
Open

return "late_waitlist" if HackathonConfig['auto_late_waitlist']

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

.imageAlignSide .blockContent {
Severity: Minor
Found in website/static/css/custom.css by csslint

Useless assignment to variable - ex.
Open

rescue => ex

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

"software" => "Software",
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

time: :bootstrap_vertical_multi_select

Add empty line after guard clause.
Open

end

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

"expert" => "I'm a veteran hacker. (6+ hackathons)"
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

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

position: sticky;
Severity
Category
Status
Source
Language