fbi-cde/crime-data-frontend

View on GitHub
sass/components/_accordin.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: block;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        .accordion__arrow::before {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

.vl{
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-right: 1.875rem;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered animation, display
Open

    display: block;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered border-left, padding-, padding-left
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered display, height, margin-top, position, right, top, width
Open

            position: relative;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    100% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: relative;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: relative;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        .accordion__arrow::before, .accordion__arrow::after {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation: fadein .35s ease-in;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Property 'padding-' should be placed on own line
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered background-color, content, display, height, position, top, width
Open

            display: block;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: none;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    opacity: 0;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    0% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered animation, display, opacity
Open

    display: none;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Use // comments everywhere
Open

/**
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: 1.875rem;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-radius: 2px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered animation-duration, animation-name
Open

    animation-name: move-down;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    100% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered background-color, border, cursor, padding, text-align
Open

        cursor: pointer;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

border: 0 is preferred over border: none
Open

        border: none;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Use // comments everywhere
Open

/* -------------------------------------------------- */
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    0% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    10% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation: fadein .35s ease-in;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    100% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Unknown property padding-
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Property position already defined on line 114
Open

            position: absolute;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-top: 1px solid rgba(0, 0, 0, .1);
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation-name: move-down;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 4 spaces
Open

    .accordion__body {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Merge rule .accordion__body with rule on line 1
Open

    .accordion__body {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        [aria-expanded="true"] .accordion__arrow::after {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Use // comments everywhere
Open

/* ---------------- Animation part ------------------ */
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    100% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    20% { transform: translateY(-5px); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Colon after property should be followed by one space
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    0% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Avoid vendor prefixes.
Open

@-webkit-keyframes fadein {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    0% {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: block;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-bottom: .5rem;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 4 spaces
Open

    .accordion__title {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        [aria-expanded="true"] .accordion__arrow::before {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    10% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    30% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation-duration: 1.5s;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Colon after property should be followed by one space
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered animation-duration, animation-name
Open

    animation-name: move-up;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Avoid vendor prefixes.
Open

@-moz-keyframes fadein {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 1px solid rgba(0, 0, 0, .1);
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        .accordion__arrow::after {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Use // comments everywhere
Open

/* -------------------------------------------------- */
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    100% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 4 spaces
Open

    .accordion__title:hover {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 4 spaces
Open

    .accordion__title > *:last-child,
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        .accordion__arrow {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    30% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Property 'border-left' should be placed on own line
Open

  padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Properties should be ordered background-color, padding
Open

        padding: 20px;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation-duration: 1.5s;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

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

        .accordion__arrow::before, .accordion__arrow::after {
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    0% { transform: translateY(0); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 0 spaces, but was indented 8 spaces
Open

        .accordion__arrow::after,
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    20% { transform: translateY(5px); }
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    animation-name: move-up;
Severity: Minor
Found in sass/components/_accordin.scss by scss-lint

There are no issues that match your filters.

Category
Status