lingrino/vaku

View on GitHub
docs/cli/vaku_version.md

Summary

Maintainability
Test Coverage

First header should be a top level header
Open

## vaku version
Severity: Info
Found in docs/cli/vaku_version.md by markdownlint

MD002 - First header should be a top level header

Tags: headers

Aliases: first-header-h1

Parameters: level (number; default 1)

This rule is triggered when the first header in the document isn't a h1 header:

## This isn't a H1 header

### Another header

The first header in the document should be a h1 header:

# Start with a H1 header

## Then use a H2 for subsections

Hard tabs
Open

* [vaku](vaku.md)     - Vaku is a CLI for working with large Vault k/v secret engines
Severity: Info
Found in docs/cli/vaku_version.md by markdownlint

MD010 - Hard tabs

Tags: whitespace, hard_tab

Aliases: no-hard-tabs

This rule is triggered by any lines that contain hard tab characters instead of using spaces for indentation. To fix this, replace any hard tab characters with spaces instead.

Example:

Some text

    * hard tab character used to indent the list item

Corrected example:

Some text

    * Spaces used to indent the list item instead

There are no issues that match your filters.

Category
Status