Skip to content

task: Remove node module from vale lint command #372

@ogenstad

Description

@ogenstad

Component

Documentation & Examples

Task Description

Running invoke lint locally if you have the docusaurus package installed includes these files with the vale validation which both takes some time and it also returns a lot of errors.

Snippet:

 docs/node_modules/setprototypeof/README.md
 1:3   error    Did you really mean             Infrahub.spelling
                'Polyfill'?
 7:3   warning  Remove simple and avoid words   Infrahub.simple-easy
                that minimize the effort level
                required.
 7:67  error    Did you really mean             Infrahub.spelling
                'instianted'?

✖ 18369 errors, 6952 warnings and 0 suggestions in 1796 files.

We should ensure to ignore anything under node_modules

Metadata

Metadata

Assignees

Labels

type/taskBody of work related to an epic

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions