bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Selector m_error should be written in lowercase with hyphens
Open

.level-error .show-more-fade,
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

      &::before,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

0.2 should be written without a leading zero as .2
Open

  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

      padding: 1px 0.25em;
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/_script.scss by scss-lint

Properties should be ordered background-color, font-weight
Open

    font-weight: bold;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered background-color, color
Open

        color: $hover-fg;
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/_methods.scss by scss-lint

Properties should be ordered font-style, opacity
Open

      opacity: 0.5;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

0.94 should be written without a leading zero as .94
Open

    transform: scale(0.9, 0.94);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

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

Prefer single quoted strings
Open

      &::before { content: "("; }
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Properties should be ordered background, box-sizing, height, position, transform, transition, width
Open

  position: absolute;
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Properties should be ordered background-color, color
Open

      color: $hover-fg;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

  input[type=checkbox] {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

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

    border-left: 1px solid rgba(0, 0, 0, 0.25);
Severity: Minor
Found in src/Debug/scss/_methods.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

Avoid qualifying attribute selectors with an element.
Open

  tbody th.t_int,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

0.7 should be written without a leading zero as .7
Open

    opacity: 0.7;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

      > *:first-child {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint
Severity
Category
Status
Source
Language