Maingron/MainOS

View on GitHub
Program Files/paint/paint.scss

Summary

Maintainability
Test Coverage

Properties should be ordered background-color, height, overflow
Open

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

Property overflow already defined on line 17
Open

        overflow: scroll;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        opacity:0;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Properties should be ordered backdrop-filter, background, border, box-shadow, cursor, image-rendering, margin, padding, position, transform, transform-origin
Open

            cursor:crosshair;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

    overflow:hidden;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        opacity:.6;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Color lime should be written in hexadecimal form as #00ff00
Open

            background-color: lime;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #canvascopy {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        z-index:-1;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

            transform:scale(1);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Shorthand form for property padding should be written more concisely as 0 .25rem .25rem instead of 0 .25rem .25rem .25rem
Open

            padding: 0 .25rem .25rem .25rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        filter:blur(4px);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #loadcanvas {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Line contains trailing whitespace
Open

        
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #imagep {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color:var(--beige2) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

    #imagep {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        background:var(--black3);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered filter, height, left, object-fit, opacity, position, top, width, z-index
Open

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

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

            border: 1px solid #000;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        height:100%;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    body {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

            cursor:crosshair;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .leftmenu,
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        max-height:calc(100% - var(--altbarheight));
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

            box-shadow: 0 0 4px 4px #fff;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        max-height:calc(100% - var(--altbarheight));
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .altbar {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

            &.active {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered bottom, right, width
Open

        width: 9rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

    #canvascopy {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

    #loadcanvas {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

    background-color:var(--beige2) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

!important should not be used
Open

    background-color:var(--beige2) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered align-items, background, border, border-radius, display, flex-direction, flex-wrap, height, justify-content, max-height, overflow, padding, position, z-index
Open

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

Colon after property should be followed by one space
Open

            margin:.1rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

            padding:.1rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered font-size, height, line-height, margin, padding, width
Open

            height: 2.5rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .leftmenu {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

            background-color: lime;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered display, opacity, position, visibility
Open

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

!important should not be used
Open

        background:var(--black) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow:hidden;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered display, margin, padding, width
Open

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

Line should be indented with spaces, not tabs
Open

    .rightmenu {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

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

Properties should be ordered align-items, box-sizing, display, height, justify-content, left, max-height, overflow, position, top, width
Open

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

Colon after property should be followed by one space
Open

        background:var(--black) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

There are no issues that match your filters.

Category
Status