Chatterbox-IRC/Chatterbox

View on GitHub

Showing 72 of 72 total issues

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

.user-list .users li::after {
Severity: Minor
Found in client/stylesheets/users.css by csslint

error strings should not be capitalized or end with punctuation or a newline
Open

        return -1, -1, fmt.Errorf("Invalid logOutput: %s\n", logOutput)
Severity: Minor
Found in server/pkg/logger/logger.go by golint

Heading (h1) should not be qualified.
Open

.channel .title h1 {
Severity: Minor
Found in client/stylesheets/channel.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 12px;
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

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

.user-list {
Severity: Minor
Found in client/stylesheets/users.css by csslint

Using height with border-bottom can sometimes make elements larger than you expect.
Open

    border-bottom: 1px solid #e0e0e0;
Severity: Minor
Found in client/stylesheets/header.css by csslint

Outlines should only be modified using :focus.
Open

.input textarea {
Severity: Minor
Found in client/stylesheets/input.css by csslint

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

.log .sender span {
Severity: Minor
Found in client/stylesheets/log.css by csslint

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

.user-list .users {
Severity: Minor
Found in client/stylesheets/users.css by csslint

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

.tabs {
Severity: Minor
Found in client/stylesheets/header.css by csslint

The property -ms-user-select is compatible with -webkit-user-select and should be included as well.
Open

    -webkit-user-select: none;
Severity: Minor
Found in client/stylesheets/header.css by csslint

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

.tabs a span::after {
Severity: Minor
Found in client/stylesheets/header.css by csslint

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

.tabs a svg line {
Severity: Minor
Found in client/stylesheets/header.css by csslint

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

.messages {
Severity: Minor
Found in client/stylesheets/messages.css by csslint

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

.window-buttons a svg {
Severity: Minor
Found in client/stylesheets/header.css by csslint

error strings should not be capitalized or end with punctuation or a newline
Open

        return -1, -1, fmt.Errorf("Invalid logLevel: %s\n", logLevel)
Severity: Minor
Found in server/pkg/logger/logger.go by golint

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

.channel {
Severity: Minor
Found in client/stylesheets/channel.css by csslint

Outlines should only be modified using :focus.
Open

.toolbar input {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

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

.channel .title {
Severity: Minor
Found in client/stylesheets/channel.css by csslint

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

.tabs a img {
Severity: Minor
Found in client/stylesheets/header.css by csslint
Severity
Category
Status
Source
Language