bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered display, height, width
Open

    width: 100%;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    ul {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

      &:hover {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Use // comments everywhere
Open

  /*
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

0.1 should be written without a leading zero as .1
Open

      background-color: rgba(0, 0, 0, 0.1);
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered border-left, list-style, margin-left, padding-left
Open

    list-style: none;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Selector m_group should be written in lowercase with hyphens
Open

.m_error,
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &::before {
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Prefer single quoted strings
Open

      content: "\A";
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Properties should be ordered display, font-size, margin-bottom, vertical-align
Open

      margin-bottom: 5px;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Color #ffcc77 should be written as #fc7
Open

$color-bg-maxlen: #ffcc77;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Color literals like rgba(0, 0, 0, 0.05) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  &:hover { background-color: rgba(0, 0, 0, 0.05); }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Line contains trailing whitespace
Open

  cursor: pointer !important; 
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

0.15 should be written without a leading zero as .15
Open

  margin: 0 0.15em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

0.66 should be written without a leading zero as .66
Open

  font-size: 0.66em;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

!important should not be used
Open

  font-family: monospace !important;
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint
Severity
Category
Status
Source
Language