codeRIT/hackathon_manager

View on GitHub

Showing 147 of 151 total issues

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

check_boxes: :bootstrap_vertical_collection,

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

file: :bootstrap_vertical_file,

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

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

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

.img-template {

Values of 0 shouldn't have units specified.
Open

background-position: 0 0, 0 10px, 10px -10px, -10px 0px;

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

.gridBlock .twoByGridBlock {
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

"first" => "This is my 1st hackathon!",
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Add empty line after guard clause.
Open

return if duplicate.blank?
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Add empty line after guard clause.
Open

return false unless is_active
Severity: Minor
Found in app/models/user.rb by rubocop

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

datetime: :bootstrap_horizontal_multi_select,

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

.nav-item-description {

Unqualified attribute selectors are known to be slow.
Open

[role='main'] {

Avoid comma after the last item of an array.
Open

"sponsor_dump_checked_in",
Severity: Minor
Found in app/models/data_export.rb by rubocop

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

.sidebar-sticky {

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

.sidebar .nav-link .fa {

Use e instead of ex.
Open

rescue => ex

Avoid rescuing without specifying an error class.
Open

rescue => ex

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

"pending" => "Pending Review",
Severity: Minor
Found in app/models/questionnaire.rb by rubocop

Extra empty line detected at class body beginning.
Open

 
# A DataExport is a generated .zip of data from HackathonManager, such as a .zip of
Severity: Minor
Found in app/models/data_export.rb by rubocop

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

boolean: :bootstrap_vertical_boolean,
Severity
Category
Status
Source
Language