nesquena/gitdocs

View on GitHub

Showing 676 of 676 total issues

Adjoining classes: form .clearfix.error .input-prepend .add-on
Open

form .clearfix.error .input-prepend .add-on,form .clearfix.error .input-append .add-on{color:#b94a48;background-color:#fce6e6;border-color:#b94a48;}

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

input.span15,textarea.span15{display:inline-block;float:none;width:870px;margin-left:0;}

%w-literals should be delimited by [ and ].
Open

    method_option :sync,         type: :string,  aliases: '-s', default: 'full', enum: %w(full fetch)
Severity: Minor
Found in lib/gitdocs/cli.rb by rubocop

This cop enforces the consistent usage of %-literal delimiters.

Specify the 'default' key to set all preferred delimiters at once. You can continue to specify individual preferred delimiters to override the default.

Example:

# Style/PercentLiteralDelimiters:
#   PreferredDelimiters:
#     default: '[]'
#     '%i':    '()'

# good
%w[alpha beta] + %i(gamma delta)

# bad
%W(alpha #{beta})

# bad
%I(alpha beta)

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

table .headerSortUp:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-khtml-opacity:0.6;-moz-opacity:0.6;opacity:0.6;}

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

table .blue{color:#049cdb;border-bottom-color:#049cdb;}

Unnecessary utf-8 encoding comment.
Open

# -*- encoding : utf-8 -*-

Adjoining classes: table .headerSortDown.green
Open

table .headerSortUp.green,table .headerSortDown.green{background-color:#cdeacd;}

Line is too long. [83/80]
Open

            Dir[File.join(@absolute_path, '**', '*')].reduce(0) do |size, filename|
Severity: Minor
Found in lib/gitdocs/repository/path.rb by rubocop

Adjoining classes: table .headerSortDown.orange
Open

table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc;}

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

.topbar input:focus,.topbar input.focused{outline:0;background-color:#ffffff;color:#404040;text-shadow:0 1px 0 #ffffff;border:0;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);}

Heading (h3) has already been defined.
Open

h1,h2,h3,h4,h5,h6{font-weight:bold;color:#404040;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#bfbfbf;}

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

h1{margin-bottom:18px;font-size:30px;line-height:36px;}h1 small{font-size:18px;}

Property with star prefix found.
Open

fieldset{margin-bottom:18px;padding-top:18px;}fieldset legend{display:block;padding-left:150px;font-size:19.5px;line-height:1;color:#404040;*padding:0 0 5px 145px;*line-height:1.5;}

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

input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;font-size:13px;line-height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}

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

input:focus,textarea:focus{outline:0;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}

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

form .clearfix.error input,form .clearfix.error textarea{color:#b94a48;border-color:#ee5f5b;}form .clearfix.error input:focus,form .clearfix.error textarea:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}

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

form .clearfix.warning input,form .clearfix.warning textarea{color:#c09853;border-color:#ccae64;}form .clearfix.warning input:focus,form .clearfix.warning textarea:focus{border-color:#be9a3f;-webkit-box-shadow:0 0 6px #e5d6b1;-moz-box-shadow:0 0 6px #e5d6b1;box-shadow:0 0 6px #e5d6b1;}

Adjoining classes: form .clearfix.warning .input-append .add-on
Open

form .clearfix.warning .input-prepend .add-on,form .clearfix.warning .input-append .add-on{color:#c09853;background-color:#d2b877;border-color:#c09853;}

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

table .red{color:#9d261d;border-bottom-color:#9d261d;}

Adjoining classes: table .headerSortDown.red
Open

table .headerSortUp.red,table .headerSortDown.red{background-color:#f4c8c5;}
Severity
Category
Status
Source
Language