Language

Package: go-github-com-errata-ai-vale @ 2.4.0

Synopsis

Fully customizable syntax-aware linter that focuses on your style

Description

Vale is a fully extensible linter that focuses on your own writing style by making use of rules in individual YAML files. It is syntax-aware on markup languages such as HTML, Markdown, Asciidoc, and reStructuredText. The community around it also has a list of style guides implemented with Vale in their styles repo.

Home page
https://github.com/errata-ai/vale
Location
gnu/packages/textutils.scm (line: 1346, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'github.com/sp13/afero' does not match package name 'go-github-com-spf13-afero'
input-labels

Identify input labels that do not match package names

label 'github.com/urfave/cli' does not match package name 'go-github-com-urfave-cli'
input-labels

Identify input labels that do not match package names

label 'github.com/olekukonko/tablewriter' does not match package name 'go-github-com-olekukonko-tablewriter'
input-labels

Identify input labels that do not match package names

label 'github.com/mitchellh/mapstructure' does not match package name 'go-github-com-mitchellh-mapstructure'