scottohara/loot

View on GitHub

Showing 298 of 298 total issues

Rule is empty.
Open

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

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

    }

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

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

Expected COLON at line 2, col 4.
Open

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

Line length
Open

| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
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

2. Install the server-side dependencies (`bundle config --local path vendor/bundle && bundle install`) (`path vendor/bundle` ensures that gems are installed locally in the project)
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

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

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.

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

        &.details {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Adjoining classes: .has-action i.action.active
Open

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

Element (td.text-right) is overqualified, just use .text-right without element name.
Open

        tfoot td.text-right {
Severity: Minor
Found in src/loot/css/loot.css by csslint

Expected COLON at line 70, col 3.
Open

    i.action {
Severity: Minor
Found in src/loot/css/loot.css by csslint

Unexpected token '~' at line 79, col 3.
Open

        ~ i.action {
Severity: Minor
Found in src/loot/css/loot.css by csslint

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

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

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

[og-table-loading] td {

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

        .popover-content {

Use of !important
Open

        right: 0 !important;

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

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

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

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

Line length
Open

1. Clone the repository (`git clone git://github.com/scottohara/loot.git`) and switch to it (`cd loot`)
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.

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

                td {
Severity: Minor
Found in src/transactions/css/index.css by csslint
Severity
Category
Status
Source
Language