Maingron/MainOS

View on GitHub
Program Files/cmd/style.scss

Summary

Maintainability
Test Coverage

Each selector in a comma sequence should be on its own single line
Open

  &,* {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        position:absolute;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        height:auto;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

  color:$cmdwhite
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &::before {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        width:100%;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        border-left:5px solid $cmdwhite;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered background-color, box-sizing, min-height, padding, width
Open

  padding: 0 10px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, display, font-family, font-size, height, line-height, margin, padding
Open

  margin:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Color literals like #66f should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      color:#66f;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        display:block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

  --color:#fff;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-weight:inherit
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

  b {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    b {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        position:relative;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  min-height:100vh;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-size:18px
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        border:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  --color:#fff;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  height:auto;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, display
Open

      display:inline-block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        outline:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

      color:#6f6;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        left:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        z-index:999;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  width:100%;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    display:none;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  display:inline-block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered border, border-left, display, height, left, margin-left, min-height, outline, padding, position, top, width
Open

        outline:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  --background-color:#000;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  padding:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    line-height:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

body, input {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Color literals like #6f6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      color:#6f6;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    input {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, content, display, left, padding, position, z-index
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        margin-left:-5px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-size:16px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  color:$cmdwhite
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

      display:inline-block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    display:block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Color literals like #ff0 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        top:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        left:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  --font:sans-serif;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  background-color:$cmdblack;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  margin:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

  font-weight:inherit
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Color literals like #ff0 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

      color:#66f;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        min-height:20px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  display:block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

  font-size:18px
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

!important should not be used
Open

        display: inline !important;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  line-height:1.2;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-family:var(--font);
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  display:block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        padding:1px 10px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        padding:0 0 0 18px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

There are no issues that match your filters.

Category
Status