scottohara/loot

View on GitHub

Showing 298 of 298 total issues

Expected RBRACE at line 5, col 2.
Open

    &.unreconciled {
Severity: Minor
Found in src/transactions/css/status.css by csslint

Unexpected token '&' at line 9, col 2.
Open

    &.reconciled {
Severity: Minor
Found in src/transactions/css/status.css by csslint

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

#state-loading-spinner {
Severity: Minor
Found in src/loot/css/loot.css by csslint

Duplicate property 'top' found.
Open

        top: -20px;
Severity: Minor
Found in src/loot/css/loot.css by csslint

Expected (<color>) but found 'var(--text-muted)'.</color>
Open

        color: var(--text-muted);
Severity: Minor
Found in src/loot/css/loot.css by csslint

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

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

Expected RBRACE at line 3, col 2.
Open

    --text-muted: #777;
Severity: Minor
Found in src/loot/css/variables.css by csslint

Use of !important
Open

    line-height: 50px !important;

Unexpected token '&' at line 20, col 2.
Open

    &.right + .popover {

Expected RBRACE at line 6, col 3.
Open

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

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

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

Line length
Open

9. Browse to http://localhost:8080/index.html and login using the credentials configured at step #8
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

To get data out of MS Money and into Loot, I'm using the excellent [Sunriise](http://sourceforge.net/projects/sunriise/) project to access the underlying data from my \*.mny file, and export it as a set of CSV files.
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

6. Save to ~/Documents/sunriise/csv
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.

Unexpected token '}' at line 61, col 3.
Open

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

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

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

Rule is empty.
Open

:root {
Severity: Minor
Found in src/loot/css/variables.css by csslint

Expected RBRACE at line 6, col 3.
Open

        .popover-title {

Expected RBRACE at line 14, col 3.
Open

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

Ordered list item prefix
Open

5. (Optional) Export your existing MS Money data (see below)
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