quentinrossetti/node-7z

View on GitHub

Showing 169 of 172 total issues

Unordered list style
Open

> - On Debian and Ubuntu install the p7zip-full package or use 7-Zip 21.02 alpha or higher
Severity: Info
Found in README.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Line length
Open

| `openFiles`              | `boolean`  | Compress files open for writing                                       | `-ssw`   |
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

| `method`                 | `string[]` | Set Compression Method                                                | `-m`     |
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

The `data` event is emitted for each processed file. The payload is an object. WARNING only the `data.file` proprety is guaranteed to be present
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.

TODO found
Open

* doc: Update TODO ([54727f1](https://github.com/quentinrossetti/node-7z/commit/54727f1))
Severity: Minor
Found in CHANGELOG.md by fixme

TODO found
Open

* refactor: TODO ([3238679](https://github.com/quentinrossetti/node-7z/commit/3238679))
Severity: Minor
Found in CHANGELOG.md by fixme

TODO found
Open

TODO
Severity: Minor
Found in .npmignore by fixme

TODO found
Open

* Rename TOTO.md to TODO.md ([e02fd66](https://github.com/quentinrossetti/node-7z/commit/e02fd66))
Severity: Minor
Found in CHANGELOG.md by fixme

TODO found
Open

* doc: Updated TODO ([72ff317](https://github.com/quentinrossetti/node-7z/commit/72ff317))
Severity: Minor
Found in CHANGELOG.md by fixme
Severity
Category
Status
Source
Language