scottohara/loot

View on GitHub

Showing 298 of 298 total issues

Expected RBRACE at line 13, col 2.
Open

    > tbody.reconciling > tr.cleared {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected RBRACE at line 5, col 2.
Open

    &.followup {
Severity: Minor
Found in src/transactions/css/flag.css by csslint

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

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

Element (i.action.active) is overqualified, just use .active without element name.
Open

.has-action i.action.active {
Severity: Minor
Found in src/transactions/css/flag.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#reconciliation-progress {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Element (i.action.active) is overqualified, just use .action without element name.
Open

.has-action i.action.active {
Severity: Minor
Found in src/transactions/css/flag.css by csslint

Unexpected token '>' at line 18, col 3.
Open

        > td {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Don't use IDs in selectors.
Open

#reconciliation-progress {
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

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

Expected end of value but found 'var(--state-warning-text)'.
Open

        border-top: 2px solid var(--state-warning-text);
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 77, col 6.
Open

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

Unexpected token '}' at line 84, col 4.
Open

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

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid gainsboro;
Severity: Minor
Found in src/loot/css/loot.css by csslint

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

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

Expected RBRACE at line 6, col 2.
Open

    --state-success-text: #3c763d;
Severity: Minor
Found in src/loot/css/variables.css by csslint

Element (input.calculator) is overqualified, just use .calculator without element name.
Open

input.calculator {

Don't use IDs in selectors.
Open

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

Rule is empty.
Open

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

Line length
Open

7. Configure environment variables for the username and password to login as (`export LOOT_USERNAME=user && export LOOT_PASSWORD=pass`)
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.

Line length
Open

Before deploying, you should first create an annotated tag (e.g. `git tag -am "Version 1.00" v1.00`).
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.

Severity
Category
Status
Source
Language