Showing 297 of 297 total issues
@import prevents parallel downloads, use <link> instead. Open
@import "~/loot/css/variables.css";
- Exclude checks
The property -moz-user-select is compatible with -webkit-user-select and should be included as well. Open
-webkit-user-select: none;
- Exclude checks
Duplicate property 'height' found. Open
height: 0;
- Exclude checks
Expected COLON at line 57, col 11. Open
input {
- Exclude checks
Unexpected token '}' at line 66, col 2. Open
}
- Exclude checks
Expected COLON at line 70, col 3. Open
i.action {
- Exclude checks
Unexpected token '}' at line 92, col 1. Open
}
- Exclude checks
Unexpected token '}' at line 8, col 2. Open
}
- Exclude checks
Unexpected token '}' at line 16, col 1. Open
}
- Exclude checks
Expected COLON at line 7, col 5. Open
a {
- Exclude checks
Ordered list item prefix Open
2. `npm run test:coverage` performs a single full test suite run, including [instanbul](http://gotwarlost.github.io/istanbul/) code coverage reporting. Summary coverage reports are written to stdout, and detailed HTML reports are available in `/loot/coverage/index.html`
- Read upRead up
- Exclude checks
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 84, col 4. Open
}
- Exclude checks
Unexpected token '}' at line 7, col 3. Open
}
- Exclude checks
Expected RBRACE at line 2, col 2. Open
+ .popover {
- Exclude checks
Line length Open
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
- Read upRead up
- Exclude checks
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
5. (Optional) Export your existing MS Money data (see below)
- Read upRead up
- Exclude checks
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.
Ordered list item prefix Open
7. Run the importer (`rake db:seed`)
- Read upRead up
- Exclude checks
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 83, col 5. Open
}
- Exclude checks
Unexpected token '}' at line 92, col 1. Open
}
- Exclude checks
Unexpected token '&' at line 9, col 2. Open
&.reconciled {
- Exclude checks