bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

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

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

0.9 should be written without a leading zero as .9
Open

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

Merge rule table.trace-context with rule on line 4
Open

table.trace-context {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Unnecessary parent selector (&)
Open

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

Rule declaration should be preceded by an empty line
Open

  caption {
Severity: Minor
Found in src/Debug/scss/_table.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

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

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

Avoid qualifying class selectors with an element.
Open

table.table-hover {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

      &:not(.active) {
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

Properties should be ordered border-bottom, line-height
Open

      line-height: 19px;
Severity: Minor
Found in src/Debug/scss/_tabs.scss by scss-lint

Color white should be written in hexadecimal form as #ffffff
Open

$color: white;
Severity: Minor
Found in src/Debug/scss/_tippy.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Use // comments everywhere
Open

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

  &[data-file] {
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_keyword should be written in lowercase with hyphens
Open

.t_keyword { color: $color-keyword; }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_null should be written in lowercase with hyphens
Open

.t_null { opacity: 0.3; }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_maxDepth should be written in lowercase with hyphens
Open

.excluded,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Selector t_notInspected should be written in lowercase with hyphens
Open

.excluded,
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in src/Debug/scss/_tokens.scss by scss-lint
Severity
Category
Status
Source
Language