HaloSPV3/HCE

View on GitHub

Showing 50 of 50 total issues

Inline HTML
Open

        <a href="spv3/loader"></a>
Severity: Info
Found in README.md by markdownlint

MD033 - Inline HTML

Tags: html

Aliases: no-inline-html

This rule is triggered whenever raw HTML is used in a markdown document:

Inline HTML header

To fix this, use 'pure' markdown instead of including raw HTML:

# Markdown header

Rationale: Raw HTML is allowed in markdown, but this rule is included for those who want their documents to only include "pure" markdown, or for those who are rendering markdown documents in something other than HTML.

Line length
Open

Each project has its own licence, though most are permissive and one or two may coerce you into sharing your derivative work's source code for the benefit of society and detriment of enterprises & corporations.
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

5. Enjoy leaving your mark into the epitome of insanity.
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.

TODO found
Open

# TODO: Get branch name
Severity: Minor
Found in .github/workflows/release-spv3.yml by fixme

TODO found
Open

# TODO: Get branch name
Severity: Minor
Found in .github/workflows/release-hxe.yml by fixme

TODO found
Open

  # TODO: upload SARIF to CodeCoverage if possible
Severity: Minor
Found in .github/codeql/codeql-config.yml by fixme

TODO found
Open

      # UNIT TESTS     TODO: Move to separate worflows
Severity: Minor
Found in .github/workflows/release-hxe.yml by fixme

TODO found
Open

      # UNIT TESTS     TODO: Move to separate worflows
Severity: Minor
Found in .github/workflows/release-spv3.yml by fixme

TODO found
Open

        # TODO: Finish Post-Build commands
Severity: Minor
Found in .github/workflows/release-hxe.yml by fixme

TODO found
Open

        # TODO: Finish Post-Build commands
Severity: Minor
Found in .github/workflows/release-spv3.yml by fixme
Severity
Category
Status
Source
Language