scottohara/loot

View on GitHub

Showing 298 of 298 total issues

Rule is empty.
Open

strong,
Severity: Minor
Found in src/transactions/css/status.css by csslint

Duplicate property 'height' found.
Open

        height: 0;
Severity: Minor
Found in src/loot/css/loot.css by csslint

Expected RBRACE at line 4, col 2.
Open

    --state-danger-text: #a94442;
Severity: Minor
Found in src/loot/css/variables.css by csslint

Rule is empty.
Open

.has-action {

Unexpected token '}' at line 14, col 2.
Open

    }

Element (table#categories) is overqualified, just use #categories without element name.
Open

table#categories {
Severity: Minor
Found in src/categories/css/index.css by csslint

Line length
Open

1. `npm run test:bdd` watches for any file changes and runs the full test suite (without code coverage)
Severity: Info
Found in README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Duplicate property 'width' found.
Open

        width: 0;
Severity: Minor
Found in src/loot/css/loot.css by csslint

Expected COLON at line 48, col 7.
Open

    input.negative {
Severity: Minor
Found in src/loot/css/loot.css by csslint

Unexpected token '}' at line 67, col 1.
Open

}
Severity: Minor
Found in src/loot/css/loot.css by csslint

Expected RBRACE at line 5, col 2.
Open

    --state-warning-text: #8a6d3b;
Severity: Minor
Found in src/loot/css/variables.css by csslint

Expected COLON at line 2, col 4.
Open

    td,
Severity: Minor
Found in src/categories/css/index.css by csslint

Unexpected token '&' at line 11, col 3.
Open

        &.subcategory {
Severity: Minor
Found in src/categories/css/index.css by csslint

Unexpected token '}' at line 10, col 2.
Open

    }
Severity: Minor
Found in src/accounts/css/index.css by csslint

Ordered list item prefix
Open

6. Initialise the database (`rake db:setup`, or if you have no data to import `rake db:create && rake db:migrate`)
Severity: Info
Found in README.md by markdownlint

MD029 - Ordered list item prefix

Tags: ol

Aliases: ol-prefix

Parameters: style ("one", "ordered"; default "one")

This rule is triggered on ordered lists that do not either start with '1.' or do not have a prefix that increases in numerical order (depending on the configured style, which defaults to 'one').

Example valid list if the style is configured as 'one':

1. Do this.
1. Do that.
1. Done.

Example valid list if the style is configured as 'ordered':

1. Do this.
2. Do that.
3. Done.

Duplicate property 'left' found.
Open

        left: -75px;
Severity: Minor
Found in src/loot/css/loot.css by csslint

Line length
Open

| GitHub         | [![Build Status](https://github.com/scottohara/loot/workflows/Build/badge.svg)](https://github.com/scottohara/loot/actions?workflow=Build)                                     |
Severity: Info
Found in README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Ordered list item prefix
Open

2. Launch the executable JAR file
Severity: Info
Found in README.md by markdownlint

MD029 - Ordered list item prefix

Tags: ol

Aliases: ol-prefix

Parameters: style ("one", "ordered"; default "one")

This rule is triggered on ordered lists that do not either start with '1.' or do not have a prefix that increases in numerical order (depending on the configured style, which defaults to 'one').

Example valid list if the style is configured as 'one':

1. Do this.
1. Do that.
1. Done.

Example valid list if the style is configured as 'ordered':

1. Do this.
2. Do that.
3. Done.
Severity
Category
Status
Source
Language